Class DigestMethodType
java.lang.Object
com.evolveum.prism.xml.ns._public.types_3.DigestMethodType
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable
JAXB representation of DigestMethodType.
Manually created (not generated)
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanGets the value of the algorithm property.byte[]getSalt()inthashCode()voidsetAlgorithm(String value) Sets the value of the algorithm property.voidsetSalt(byte[] salt) voidsetWorkFactor(Integer workFactor) toString()
-
Field Details
-
algorithm
-
salt
protected byte[] salt -
workFactor
-
-
Constructor Details
-
DigestMethodType
public DigestMethodType()
-
-
Method Details
-
getAlgorithm
Gets the value of the algorithm property.- Returns:
- possible object is
String
-
setAlgorithm
Sets the value of the algorithm property.- Parameters:
value- allowed object isString
-
getSalt
public byte[] getSalt() -
setSalt
public void setSalt(byte[] salt) -
getWorkFactor
-
setWorkFactor
-
hashCode
public int hashCode() -
equals
-
toString
-
clone
-
accept
- Specified by:
acceptin interfaceJaxbVisitable
-