Class HashedDataType
- java.lang.Object
-
- com.evolveum.prism.xml.ns._public.types_3.HashedDataType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
public class HashedDataType extends Object implements Serializable, Cloneable, JaxbVisitable
JAXB representation of HashedDataType. Manually created (not generated)- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected DigestMethodType
digestMethod
protected byte[]
digestValue
-
Constructor Summary
Constructors Constructor Description HashedDataType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
HashedDataType
clone()
boolean
equals(Object obj)
DigestMethodType
getDigestMethod()
byte[]
getDigestValue()
int
hashCode()
void
setDigestMethod(DigestMethodType digestMethod)
void
setDigestValue(byte[] digestValue)
String
toString()
-
-
-
Field Detail
-
digestMethod
protected DigestMethodType digestMethod
-
digestValue
protected byte[] digestValue
-
-
Method Detail
-
getDigestMethod
public DigestMethodType getDigestMethod()
-
setDigestMethod
public void setDigestMethod(DigestMethodType digestMethod)
-
getDigestValue
public byte[] getDigestValue()
-
setDigestValue
public void setDigestValue(byte[] digestValue)
-
clone
public HashedDataType clone()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
-
-