Package org.bouncycastle.asn1.x509
Class X509Extension
java.lang.Object
org.bouncycastle.asn1.x509.X509Extension
Deprecated.
use Extension
an object for the elements in the X.509 V3 extension block.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ASN1ObjectIdentifier
Deprecated.Audit identity extension in attribute certificates.static final ASN1ObjectIdentifier
Deprecated.Authority Info Accessstatic final ASN1ObjectIdentifier
Deprecated.Authority Key Identifierstatic final ASN1ObjectIdentifier
Deprecated.Basic Constraintsstatic final ASN1ObjectIdentifier
Deprecated.BiometricInfostatic final ASN1ObjectIdentifier
Deprecated.Certificate Issuerstatic final ASN1ObjectIdentifier
Deprecated.Certificate Policiesstatic final ASN1ObjectIdentifier
Deprecated.CRL Distribution Pointsstatic final ASN1ObjectIdentifier
Deprecated.CRL Numberstatic final ASN1ObjectIdentifier
Deprecated.Delta CRL indicatorstatic final ASN1ObjectIdentifier
Deprecated.Extended Key Usagestatic final ASN1ObjectIdentifier
Deprecated.Freshest CRLstatic final ASN1ObjectIdentifier
Deprecated.Inhibit Any Policystatic final ASN1ObjectIdentifier
Deprecated.Hold Instruction Codestatic final ASN1ObjectIdentifier
Deprecated.Invalidity Datestatic final ASN1ObjectIdentifier
Deprecated.Issuer Alternative Namestatic final ASN1ObjectIdentifier
Deprecated.Issuing Distribution Pointstatic final ASN1ObjectIdentifier
Deprecated.Key Usagestatic final ASN1ObjectIdentifier
Deprecated.Logo Typestatic final ASN1ObjectIdentifier
Deprecated.Name Constraintsstatic final ASN1ObjectIdentifier
Deprecated.NoRevAvail extension in attribute certificates.static final ASN1ObjectIdentifier
Deprecated.Policy Constraintsstatic final ASN1ObjectIdentifier
Deprecated.Policy Mappingsstatic final ASN1ObjectIdentifier
Deprecated.Private Key Usage Periodstatic final ASN1ObjectIdentifier
Deprecated.QCStatementsstatic final ASN1ObjectIdentifier
Deprecated.Reason codestatic final ASN1ObjectIdentifier
Deprecated.Subject Alternative Namestatic final ASN1ObjectIdentifier
Deprecated.Subject Directory Attributesstatic final ASN1ObjectIdentifier
Deprecated.Subject Info Accessstatic final ASN1ObjectIdentifier
Deprecated.Subject Key Identifierstatic final ASN1ObjectIdentifier
Deprecated.TargetInformation extension in attribute certificates. -
Constructor Summary
ConstructorDescriptionX509Extension
(boolean critical, ASN1OctetString value) Deprecated.X509Extension
(ASN1Boolean critical, ASN1OctetString value) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic ASN1Primitive
Deprecated.Convert the value of the passed in extension to an objectboolean
Deprecated.Deprecated.getValue()
Deprecated.int
hashCode()
Deprecated.boolean
Deprecated.
-
Field Details
-
subjectDirectoryAttributes
Deprecated.Subject Directory Attributes -
subjectKeyIdentifier
Deprecated.Subject Key Identifier -
keyUsage
Deprecated.Key Usage -
privateKeyUsagePeriod
Deprecated.Private Key Usage Period -
subjectAlternativeName
Deprecated.Subject Alternative Name -
issuerAlternativeName
Deprecated.Issuer Alternative Name -
basicConstraints
Deprecated.Basic Constraints -
cRLNumber
Deprecated.CRL Number -
reasonCode
Deprecated.Reason code -
instructionCode
Deprecated.Hold Instruction Code -
invalidityDate
Deprecated.Invalidity Date -
deltaCRLIndicator
Deprecated.Delta CRL indicator -
issuingDistributionPoint
Deprecated.Issuing Distribution Point -
certificateIssuer
Deprecated.Certificate Issuer -
nameConstraints
Deprecated.Name Constraints -
cRLDistributionPoints
Deprecated.CRL Distribution Points -
certificatePolicies
Deprecated.Certificate Policies -
policyMappings
Deprecated.Policy Mappings -
authorityKeyIdentifier
Deprecated.Authority Key Identifier -
policyConstraints
Deprecated.Policy Constraints -
extendedKeyUsage
Deprecated.Extended Key Usage -
freshestCRL
Deprecated.Freshest CRL -
inhibitAnyPolicy
Deprecated.Inhibit Any Policy -
authorityInfoAccess
Deprecated.Authority Info Access -
subjectInfoAccess
Deprecated.Subject Info Access -
logoType
Deprecated.Logo Type -
biometricInfo
Deprecated.BiometricInfo -
qCStatements
Deprecated.QCStatements -
auditIdentity
Deprecated.Audit identity extension in attribute certificates. -
noRevAvail
Deprecated.NoRevAvail extension in attribute certificates. -
targetInformation
Deprecated.TargetInformation extension in attribute certificates.
-
-
Constructor Details
-
X509Extension
Deprecated. -
X509Extension
Deprecated.
-
-
Method Details
-
isCritical
public boolean isCritical()Deprecated. -
getValue
Deprecated. -
getParsedValue
Deprecated. -
hashCode
public int hashCode()Deprecated. -
equals
Deprecated. -
convertValueToObject
Deprecated.Convert the value of the passed in extension to an object- Parameters:
ext
- the extension to parse- Returns:
- the object the value string contains
- Throws:
IllegalArgumentException
- if conversion is not possible
-