Class XmlDigestAlgoAndValue
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlDigestAlgoAndValue
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XmlDigestMatcher
,XmlPolicyDigestAlgoAndValue
Java class for DigestAlgoAndValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DigestAlgoAndValue"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DigestMethod" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DigestValue" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> </sequence> <attribute name="match" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the digestMethod property.byte[]
Gets the value of the digestValue property.isMatch()
Gets the value of the match property.void
setDigestMethod
(DigestAlgorithm value) Sets the value of the digestMethod property.void
setDigestValue
(byte[] value) Sets the value of the digestValue property.void
Sets the value of the match property.
-
Field Details
-
digestMethod
-
digestValue
protected byte[] digestValue -
match
-
-
Constructor Details
-
XmlDigestAlgoAndValue
public XmlDigestAlgoAndValue()
-
-
Method Details
-
getDigestMethod
Gets the value of the digestMethod property.- Returns:
- possible object is
String
-
setDigestMethod
Sets the value of the digestMethod property.- Parameters:
value
- allowed object isString
-
getDigestValue
public byte[] getDigestValue()Gets the value of the digestValue property.- Returns:
- possible object is byte[]
-
setDigestValue
public void setDigestValue(byte[] value) Sets the value of the digestValue property.- Parameters:
value
- allowed object is byte[]
-
isMatch
Gets the value of the match property.- Returns:
- possible object is
Boolean
-
setMatch
Sets the value of the match property.- Parameters:
value
- allowed object isBoolean
-