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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringalgorithmprotected byte[]saltprotected IntegerworkFactor
-
Constructor Summary
Constructors Constructor Description DigestMethodType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)DigestMethodTypeclone()booleanequals(Object obj)StringgetAlgorithm()Gets the value of the algorithm property.byte[]getSalt()IntegergetWorkFactor()inthashCode()voidsetAlgorithm(String value)Sets the value of the algorithm property.voidsetSalt(byte[] salt)voidsetWorkFactor(Integer workFactor)StringtoString()
-
-
-
Method Detail
-
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 isString
-
getSalt
public byte[] getSalt()
-
setSalt
public void setSalt(byte[] salt)
-
getWorkFactor
public Integer getWorkFactor()
-
setWorkFactor
public void setWorkFactor(Integer workFactor)
-
clone
public DigestMethodType clone()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
-