Class XmlSignatureDigestReference

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

public class XmlSignatureDigestReference extends Object implements Serializable

Java class for SignatureDigestReference complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SignatureDigestReference">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CanonicalizationMethod" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DigestMethod" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="DigestValue" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: