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
FieldsModifier and TypeFieldDescriptionstatic final ASN1ObjectIdentifierDeprecated.Audit identity extension in attribute certificates.static final ASN1ObjectIdentifierDeprecated.Authority Info Accessstatic final ASN1ObjectIdentifierDeprecated.Authority Key Identifierstatic final ASN1ObjectIdentifierDeprecated.Basic Constraintsstatic final ASN1ObjectIdentifierDeprecated.BiometricInfostatic final ASN1ObjectIdentifierDeprecated.Certificate Issuerstatic final ASN1ObjectIdentifierDeprecated.Certificate Policiesstatic final ASN1ObjectIdentifierDeprecated.CRL Distribution Pointsstatic final ASN1ObjectIdentifierDeprecated.CRL Numberstatic final ASN1ObjectIdentifierDeprecated.Delta CRL indicatorstatic final ASN1ObjectIdentifierDeprecated.Extended Key Usagestatic final ASN1ObjectIdentifierDeprecated.Freshest CRLstatic final ASN1ObjectIdentifierDeprecated.Inhibit Any Policystatic final ASN1ObjectIdentifierDeprecated.Hold Instruction Codestatic final ASN1ObjectIdentifierDeprecated.Invalidity Datestatic final ASN1ObjectIdentifierDeprecated.Issuer Alternative Namestatic final ASN1ObjectIdentifierDeprecated.Issuing Distribution Pointstatic final ASN1ObjectIdentifierDeprecated.Key Usagestatic final ASN1ObjectIdentifierDeprecated.Logo Typestatic final ASN1ObjectIdentifierDeprecated.Name Constraintsstatic final ASN1ObjectIdentifierDeprecated.NoRevAvail extension in attribute certificates.static final ASN1ObjectIdentifierDeprecated.Policy Constraintsstatic final ASN1ObjectIdentifierDeprecated.Policy Mappingsstatic final ASN1ObjectIdentifierDeprecated.Private Key Usage Periodstatic final ASN1ObjectIdentifierDeprecated.QCStatementsstatic final ASN1ObjectIdentifierDeprecated.Reason codestatic final ASN1ObjectIdentifierDeprecated.Subject Alternative Namestatic final ASN1ObjectIdentifierDeprecated.Subject Directory Attributesstatic final ASN1ObjectIdentifierDeprecated.Subject Info Accessstatic final ASN1ObjectIdentifierDeprecated.Subject Key Identifierstatic final ASN1ObjectIdentifierDeprecated.TargetInformation extension in attribute certificates. -
Constructor Summary
ConstructorsConstructorDescriptionX509Extension(boolean critical, ASN1OctetString value) Deprecated.X509Extension(ASN1Boolean critical, ASN1OctetString value) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic ASN1PrimitiveDeprecated.Convert the value of the passed in extension to an objectbooleanDeprecated.Deprecated.getValue()Deprecated.inthashCode()Deprecated.booleanDeprecated.
-
Field Details
-
subjectDirectoryAttributes
Deprecated.Subject Directory Attributes -
subjectKeyIdentifier
-
keyUsage
-
privateKeyUsagePeriod
-
subjectAlternativeName
Deprecated.Subject Alternative Name -
issuerAlternativeName
-
basicConstraints
-
cRLNumber
-
reasonCode
-
instructionCode
-
invalidityDate
-
deltaCRLIndicator
-
issuingDistributionPoint
Deprecated.Issuing Distribution Point -
certificateIssuer
-
nameConstraints
-
cRLDistributionPoints
-
certificatePolicies
-
policyMappings
-
authorityKeyIdentifier
Deprecated.Authority Key Identifier -
policyConstraints
-
extendedKeyUsage
-
freshestCRL
-
inhibitAnyPolicy
-
authorityInfoAccess
-
subjectInfoAccess
-
logoType
-
biometricInfo
-
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
-
equals
-
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
-