Class XmlPolicyDigestAlgoAndValue

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlDigestAlgoAndValue
eu.europa.esig.dss.diagnostic.jaxb.XmlPolicyDigestAlgoAndValue
All Implemented Interfaces:
Serializable

public class XmlPolicyDigestAlgoAndValue extends XmlDigestAlgoAndValue implements 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: