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
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
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
-