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

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

Introduction

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

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
ASN1ObjectIdentifierDeltaCRLIndicator
Delta CRL indicator
ASN1ObjectIdentifierIssuingDistributionPoint
Issuing Distribution Point
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
ASN1ObjectIdentifierQCStatements
QCStatements

Constructor

X509Extensions(Vector ordering, Hashtable extensions)
Constructor from a table of extensions with ordering.
X509Extensions(Vector objectIDs, Vector values)
Constructor from two vectors
X509Extensions(ASN1Sequence seq)
Constructor from ASN1Sequence.
X509Extensions(Hashtable extensions)
constructor from a table of extensions.

Method

X509ExtensiongetExtension(ASN1ObjectIdentifier oid)
return the extension represented by the object identifier passed in.
X509ExtensionsgetInstance(Object obj)
X509ExtensionsgetInstance(ASN1TaggedObject obj, boolean explicit)
Enumerationoids()
return an Enumeration of the extension field's object ids.