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 String
algorithm
protected byte[]
salt
protected Integer
workFactor
-
Constructor Summary
Constructors Constructor Description DigestMethodType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
DigestMethodType
clone()
boolean
equals(Object obj)
String
getAlgorithm()
Gets the value of the algorithm property.byte[]
getSalt()
Integer
getWorkFactor()
int
hashCode()
void
setAlgorithm(String value)
Sets the value of the algorithm property.void
setSalt(byte[] salt)
void
setWorkFactor(Integer workFactor)
String
toString()
-
-
-
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:
accept
in interfaceJaxbVisitable
-
-