Class XmlCertificateExtension

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateExtension
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
XmlAuthorityInformationAccess, XmlAuthorityKeyIdentifier, XmlBasicConstraints, XmlCertificatePolicies, XmlCRLDistributionPoints, XmlExtendedKeyUsages, XmlIdPkixOcspNoCheck, XmlInhibitAnyPolicy, XmlKeyUsages, XmlNameConstraints, XmlPolicyConstraints, XmlQcStatements, XmlSubjectAlternativeNames, XmlSubjectKeyIdentifier, XmlValAssuredShortTermCertificate

public class XmlCertificateExtension extends Object implements Serializable

Java class for CertificateExtension complex type.

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

 <complexType name="CertificateExtension">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="octets" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
       </sequence>
       <attribute name="OID" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="critical" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also: