Class SignatureReferenceType

java.lang.Object
eu.europa.esig.validationreport.jaxb.SignatureReferenceType
All Implemented Interfaces:
Serializable

public class SignatureReferenceType extends Object implements Serializable

Java class for SignatureReferenceType complex type.

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

 <complexType name="SignatureReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <sequence>
           <element name="CanonicalizationMethod" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
           <element name="DigestMethod" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
           <element name="DigestValue" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
         </sequence>
         <element ref="{http://uri.etsi.org/19102/v1.4.1#}XAdESSignaturePtr"/>
         <element name="PAdESFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="OtherInformation" type="{http://uri.etsi.org/19102/v1.4.1#}AnyType" minOccurs="0"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: