Class XmlSignature

java.lang.Object
eu.europa.esig.dss.simplereport.jaxb.XmlToken
eu.europa.esig.dss.simplereport.jaxb.XmlSignature
All Implemented Interfaces:
Serializable

public class XmlSignature extends XmlToken implements Serializable

Java class for Signature complex type.

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

 <complexType name="Signature">
   <complexContent>
     <extension base="{http://dss.esig.europa.eu/validation/simple-report}Token">
       <sequence>
         <element name="SigningTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="BestSignatureTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="SignedBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SignatureLevel" type="{http://dss.esig.europa.eu/validation/simple-report}SignatureLevel" minOccurs="0"/>
         <element name="SignatureScope" type="{http://dss.esig.europa.eu/validation/simple-report}SignatureScope" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Timestamps" type="{http://dss.esig.europa.eu/validation/simple-report}Timestamps" minOccurs="0"/>
         <element name="EvidenceRecords" type="{http://dss.esig.europa.eu/validation/simple-report}EvidenceRecords" minOccurs="0"/>
       </sequence>
       <attribute name="CounterSignature" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="ParentId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="SignatureFormat" use="required" type="{http://dss.esig.europa.eu/validation/simple-report}SignatureFormat" />
       <attribute name="ExtensionPeriodMin" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="ExtensionPeriodMax" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
     </extension>
   </complexContent>
 </complexType>
 
See Also: