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