Class XmlSignerInfo

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

public class XmlSignerInfo extends Object implements Serializable

Java class for SignerInfo complex type.

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

 <complexType name="SignerInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="IssuerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SerialNumber" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="Ski" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
       </sequence>
       <attribute name="Current" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also: