Class XmlPolicyDigestAlgoAndValue
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlDigestAlgoAndValue
eu.europa.esig.dss.diagnostic.jaxb.XmlPolicyDigestAlgoAndValue
- All Implemented Interfaces:
Serializable
Java class for PolicyDigestAlgoAndValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PolicyDigestAlgoAndValue"> <complexContent> <extension base="{http://dss.esig.europa.eu/validation/diagnostic}DigestAlgoAndValue"> <attribute name="digestAlgorithmsEqual" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="zeroHash" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlDigestAlgoAndValue
digestMethod, digestValue, match
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the digestAlgorithmsEqual property.Gets the value of the zeroHash property.void
setDigestAlgorithmsEqual
(Boolean value) Sets the value of the digestAlgorithmsEqual property.void
setZeroHash
(Boolean value) Sets the value of the zeroHash property.Methods inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlDigestAlgoAndValue
getDigestMethod, getDigestValue, isMatch, setDigestMethod, setDigestValue, setMatch
-
Field Details
-
digestAlgorithmsEqual
-
zeroHash
-
-
Constructor Details
-
XmlPolicyDigestAlgoAndValue
public XmlPolicyDigestAlgoAndValue()
-
-
Method Details
-
isDigestAlgorithmsEqual
Gets the value of the digestAlgorithmsEqual property.- Returns:
- possible object is
Boolean
-
setDigestAlgorithmsEqual
Sets the value of the digestAlgorithmsEqual property.- Parameters:
value
- allowed object isBoolean
-
isZeroHash
Gets the value of the zeroHash property.- Returns:
- possible object is
Boolean
-
setZeroHash
Sets the value of the zeroHash property.- Parameters:
value
- allowed object isBoolean
-