Class DigestMethodType

java.lang.Object
com.evolveum.prism.xml.ns._public.types_3.DigestMethodType
All Implemented Interfaces:
JaxbVisitable, Serializable, Cloneable

public class DigestMethodType extends Object implements Serializable, Cloneable, JaxbVisitable
JAXB representation of DigestMethodType. Manually created (not generated)
See Also:
  • Field Details

    • algorithm

      protected String algorithm
    • salt

      protected byte[] salt
    • workFactor

      protected Integer workFactor
  • Constructor Details

    • DigestMethodType

      public DigestMethodType()
  • Method Details

    • getAlgorithm

      public String getAlgorithm()
      Gets the value of the algorithm property.
      Returns:
      possible object is String
    • setAlgorithm

      public void setAlgorithm(String value)
      Sets the value of the algorithm property.
      Parameters:
      value - allowed object is String
    • getSalt

      public byte[] getSalt()
    • setSalt

      public void setSalt(byte[] salt)
    • getWorkFactor

      public Integer getWorkFactor()
    • setWorkFactor

      public void setWorkFactor(Integer workFactor)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • clone

      public DigestMethodType clone()
      Overrides:
      clone in class Object
    • accept

      public void accept(JaxbVisitor visitor)
      Specified by:
      accept in interface JaxbVisitable