| Interface | Description |
|---|---|
| X509ObjectIdentifiers |
| Class | Description |
|---|---|
| AlgorithmIdentifier | |
| AttCertIssuer | |
| AttCertValidityPeriod | |
| Attribute | |
| AttributeCertificate | |
| AttributeCertificateInfo | |
| AuthorityKeyIdentifier |
The AuthorityKeyIdentifier object.
|
| BasicConstraints | |
| Certificate |
an X509Certificate structure.
|
| CertificateList |
PKIX RFC-2459
The X.509 v2 CRL syntax is as follows.
|
| CRLDistPoint | |
| CRLNumber |
The CRLNumber object.
|
| CRLReason |
The CRLReason enumeration.
|
| DigestInfo |
The DigestInfo object.
|
| DistributionPoint |
The DistributionPoint object.
|
| DistributionPointName |
The DistributionPointName object.
|
| DSAParameter | |
| ExtendedKeyUsage |
The extendedKeyUsage object.
|
| Extension |
an object for the elements in the X.509 V3 extension block.
|
| Extensions | |
| ExtensionsGenerator |
Generator for X.509 extensions
|
| GeneralName |
The GeneralName object.
|
| GeneralNames | |
| GeneralSubtree |
Class for containing a restriction object subtrees in NameConstraints.
|
| Holder |
The Holder object.
|
| IssuerSerial | |
| IssuingDistributionPoint |
IssuingDistributionPoint ::= SEQUENCE {
distributionPoint [0] DistributionPointName OPTIONAL,
onlyContainsUserCerts [1] BOOLEAN DEFAULT FALSE,
onlyContainsCACerts [2] BOOLEAN DEFAULT FALSE,
onlySomeReasons [3] ReasonFlags OPTIONAL,
indirectCRL [4] BOOLEAN DEFAULT FALSE,
onlyContainsAttributeCerts [5] BOOLEAN DEFAULT FALSE }
|
| KeyPurposeId |
The KeyPurposeId object.
|
| KeyUsage |
The KeyUsage object.
|
| NameConstraints | |
| ObjectDigestInfo |
ObjectDigestInfo ASN.1 structure used in v2 attribute certificates.
|
| PolicyConstraints |
PKIX RFC 5280
|
| PolicyInformation | |
| ReasonFlags |
The ReasonFlags object.
|
| RSAPublicKeyStructure | Deprecated
use org.bouncycastle.asn1.pkcs.RSAPublicKey
|
| SubjectKeyIdentifier |
The SubjectKeyIdentifier object.
|
| SubjectPublicKeyInfo |
The object that contains the public key stored in a certficate.
|
| TBSCertificate |
The TBSCertificate object.
|
| TBSCertificateStructure |
The TBSCertificate object.
|
| TBSCertList |
PKIX RFC-2459 - TBSCertList object.
|
| TBSCertList.CRLEntry | |
| Time | |
| V1TBSCertificateGenerator |
Generator for Version 1 TBSCertificateStructures.
|
| V2Form | |
| V3TBSCertificateGenerator |
Generator for Version 3 TBSCertificateStructures.
|
| X509CertificateStructure | Deprecated
use org.bouncycastle.asn1.x509.Certificate
|
| X509DefaultEntryConverter |
The default converter for X509 DN entries when going from their
string value to ASN.1 strings.
|
| X509Extension | Deprecated
use Extension
|
| X509Extensions | Deprecated
use Extensions
|
| X509ExtensionsGenerator | Deprecated
use org.bouncycastle.asn1.x509.ExtensionsGenerator
|
| X509Name | Deprecated
use org.bouncycastle.asn1.x500.X500Name.
|
| X509NameEntryConverter |
It turns out that the number of standard ways the fields in a DN should be
encoded into their ASN.1 counterparts is rapidly approaching the
number of machines on the internet.
|
| X509NameTokenizer | Deprecated
use X500NameTokenizer
|