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:
  • Field Details

    • octets

      protected byte[] octets
    • oid

      protected String oid
    • description

      protected String description
    • critical

      protected Boolean critical
  • Constructor Details

    • XmlCertificateExtension

      public XmlCertificateExtension()
  • Method Details

    • getOctets

      public byte[] getOctets()
      Gets the value of the octets property.
      Returns:
      possible object is byte[]
    • setOctets

      public void setOctets(byte[] value)
      Sets the value of the octets property.
      Parameters:
      value - allowed object is byte[]
    • getOID

      public String getOID()
      Gets the value of the oid property.
      Returns:
      possible object is String
    • setOID

      public void setOID(String value)
      Sets the value of the oid property.
      Parameters:
      value - allowed object is String
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • isCritical

      public Boolean isCritical()
      Gets the value of the critical property.
      Returns:
      possible object is Boolean
    • setCritical

      public void setCritical(Boolean value)
      Sets the value of the critical property.
      Parameters:
      value - allowed object is Boolean