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
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.byte[]
Gets the value of the octets property.getOID()
Gets the value of the oid property.Gets the value of the critical property.void
setCritical
(Boolean value) Sets the value of the critical property.void
setDescription
(String value) Sets the value of the description property.void
setOctets
(byte[] value) Sets the value of the octets property.void
Sets the value of the oid property.
-
Field Details
-
octets
protected byte[] octets -
oid
-
description
-
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
Gets the value of the oid property.- Returns:
- possible object is
String
-
setOID
Sets the value of the oid property.- Parameters:
value
- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
isCritical
Gets the value of the critical property.- Returns:
- possible object is
Boolean
-
setCritical
Sets the value of the critical property.- Parameters:
value
- allowed object isBoolean
-