Class XmlCertificateType

java.lang.Object
eu.europa.esig.dss.pki.jaxb.XmlCertificateType
All Implemented Interfaces:
Serializable

public class XmlCertificateType extends Object implements Serializable
Contains configuration of a single certificate token

Java class for CertificateType complex type.

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

 <complexType name="CertificateType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="serialNumber" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="subject" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="organization" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="country" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pseudo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="issuer" type="{http://pki-factory.nowina.lu/pki-factory}EntityKey"/>
         <element name="crossCertificate" type="{http://pki-factory.nowina.lu/pki-factory}EntityKey" minOccurs="0"/>
         <element name="ocspResponder" type="{http://pki-factory.nowina.lu/pki-factory}EntityKey" minOccurs="0"/>
         <element name="notBefore" type="{http://pki-factory.nowina.lu/pki-factory}DateDefinitionType"/>
         <element name="notAfter" type="{http://pki-factory.nowina.lu/pki-factory}DateDefinitionType"/>
         <element name="keyAlgo" type="{http://pki-factory.nowina.lu/pki-factory}KeyAlgo"/>
         <element name="digestAlgo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="keyUsages" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="keyUsage" type="{http://pki-factory.nowina.lu/pki-factory}KeyUsageBit" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="extendedKeyUsages" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="extendedKeyUsage" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="certificatePolicies" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="certificatePolicy" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ca" type="{http://pki-factory.nowina.lu/pki-factory}emptyType" minOccurs="0"/>
         <element name="ocspNoCheck" type="{http://pki-factory.nowina.lu/pki-factory}emptyType" minOccurs="0"/>
         <element name="qcStatementIds" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="qcStatement" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="qcTypes" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="qcType" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="qcCClegislation" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="CountryName" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="crl" type="{http://pki-factory.nowina.lu/pki-factory}EntityKey" minOccurs="0"/>
         <element name="ocsp" type="{http://pki-factory.nowina.lu/pki-factory}EntityKey" minOccurs="0"/>
         <element name="caIssuers" type="{http://pki-factory.nowina.lu/pki-factory}EntityKey" minOccurs="0"/>
         <element name="trustAnchor" type="{http://pki-factory.nowina.lu/pki-factory}emptyType" minOccurs="0"/>
         <element name="revocation" type="{http://pki-factory.nowina.lu/pki-factory}RevocationType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: