Java org.bouncycastle.asn1.x509 Extension fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.asn1.x509 Extension fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.asn1.x509 Extension.

The text is from its open source code.

Field

ASN1ObjectIdentifiersubjectDirectoryAttributes
Subject Directory Attributes
ASN1ObjectIdentifiersubjectKeyIdentifier
Subject Key Identifier
ASN1ObjectIdentifierkeyUsage
Key Usage
ASN1ObjectIdentifierprivateKeyUsagePeriod
Private Key Usage Period
ASN1ObjectIdentifiersubjectAlternativeName
Subject Alternative Name
ASN1ObjectIdentifierissuerAlternativeName
Issuer Alternative Name
ASN1ObjectIdentifierbasicConstraints
Basic Constraints
ASN1ObjectIdentifiercRLNumber
CRL Number
ASN1ObjectIdentifierreasonCode
Reason code
ASN1ObjectIdentifierinstructionCode
Hold Instruction Code
ASN1ObjectIdentifierinvalidityDate
Invalidity Date
ASN1ObjectIdentifierdeltaCRLIndicator
Delta CRL indicator
ASN1ObjectIdentifierissuingDistributionPoint
Issuing Distribution Point
ASN1ObjectIdentifiercertificateIssuer
Certificate Issuer
ASN1ObjectIdentifiernameConstraints
Name Constraints
ASN1ObjectIdentifiercRLDistributionPoints
CRL Distribution Points
ASN1ObjectIdentifiercertificatePolicies
Certificate Policies
ASN1ObjectIdentifierpolicyMappings
Policy Mappings
ASN1ObjectIdentifierauthorityKeyIdentifier
Authority Key Identifier
ASN1ObjectIdentifierpolicyConstraints
Policy Constraints
ASN1ObjectIdentifierextendedKeyUsage
Extended Key Usage
ASN1ObjectIdentifierfreshestCRL
Freshest CRL
ASN1ObjectIdentifierinhibitAnyPolicy
Inhibit Any Policy
ASN1ObjectIdentifierauthorityInfoAccess
Authority Info Access
ASN1ObjectIdentifiersubjectInfoAccess
Subject Info Access
ASN1ObjectIdentifierlogoType
Logo Type
ASN1ObjectIdentifierbiometricInfo
BiometricInfo
ASN1ObjectIdentifierqCStatements
QCStatements
ASN1ObjectIdentifierauditIdentity
Audit identity extension in attribute certificates.
ASN1ObjectIdentifiernoRevAvail
NoRevAvail extension in attribute certificates.
ASN1ObjectIdentifiertargetInformation
TargetInformation extension in attribute certificates.

Constructor

Extension(ASN1ObjectIdentifier extnId, ASN1Boolean critical, ASN1OctetString value)
Constructor using an ASN1Boolean and an OCTET STRING for the value.
Extension(ASN1ObjectIdentifier extnId, boolean critical, byte[] value)
Constructor using a byte[] for the value.
Extension(ASN1ObjectIdentifier extnId, boolean critical, ASN1OctetString value)
Constructor using an OCTET STRING for the value.

Method

ASN1ObjectIdentifiergetExtnId()
ASN1OctetStringgetExtnValue()
ExtensiongetInstance(Object obj)
ASN1EncodablegetParsedValue()
booleanisCritical()