Package | Description |
---|---|
org.bouncycastle.asn1.dvcs | |
org.bouncycastle.asn1.x509 | |
org.bouncycastle.cert |
Basic support package for handling and creating X.509 certificates, CRLs, and attribute certificates.
|
org.bouncycastle.cert.ocsp |
Basic support package for handling and creating OCSP (RFC 2560) online certificate status requests.
|
org.bouncycastle.dvcs |
Classes for dealing "Internet X.509 Public Key Infrastructure Data Validation and Certification Server Protocols" - RFC 3029.
|
org.bouncycastle.tsp |
Classes for dealing Time Stamp Protocol (TSP) - RFC 3161.
|
org.bouncycastle.x509.extension |
Helper classes for dealing with common X.509 extensions.
|
Modifier and Type | Method and Description |
---|---|
Extension |
CertEtcToken.getExtension() |
Constructor and Description |
---|
CertEtcToken(Extension extension) |
Modifier and Type | Method and Description |
---|---|
Extension |
Extensions.getExtension(ASN1ObjectIdentifier oid)
return the extension represented by the object identifier
passed in.
|
static Extension |
Extension.getInstance(Object obj) |
Modifier and Type | Method and Description |
---|---|
void |
ExtensionsGenerator.addExtension(Extension extension)
Add a given extension.
|
Constructor and Description |
---|
Extensions(Extension extension)
Base Constructor
|
Extensions(Extension[] extensions)
Base Constructor
|
Modifier and Type | Method and Description |
---|---|
Extension |
X509CRLHolder.getExtension(ASN1ObjectIdentifier oid)
Look up the extension associated with the passed in OID.
|
Extension |
X509AttributeCertificateHolder.getExtension(ASN1ObjectIdentifier oid)
Look up the extension associated with the passed in OID.
|
Extension |
X509CertificateHolder.getExtension(ASN1ObjectIdentifier oid)
Look up the extension associated with the passed in OID.
|
Extension |
X509CRLEntryHolder.getExtension(ASN1ObjectIdentifier oid)
Look up the extension associated with the passed in OID.
|
Modifier and Type | Method and Description |
---|---|
X509v3CertificateBuilder |
X509v3CertificateBuilder.addExtension(Extension extension)
Add a given extension field for the standard extensions tag (tag 3).
|
X509v2CRLBuilder |
X509v2CRLBuilder.addExtension(Extension extension)
Add a given extension field for the standard extensions tag (tag 3).
|
X509v2AttributeCertificateBuilder |
X509v2AttributeCertificateBuilder.addExtension(Extension extension)
Add a given extension field for the standard extensions.
|
Modifier and Type | Method and Description |
---|---|
Extension |
SingleResp.getExtension(ASN1ObjectIdentifier oid) |
Extension |
BasicOCSPResp.getExtension(ASN1ObjectIdentifier oid) |
Extension |
OCSPReq.getExtension(ASN1ObjectIdentifier oid) |
Modifier and Type | Method and Description |
---|---|
void |
VPKCRequestBuilder.addTargetChain(Extension extension)
Adds a TargetChain representing a single X.509 Extension to the request
|
Modifier and Type | Method and Description |
---|---|
Extension |
TimeStampRequest.getExtension(ASN1ObjectIdentifier oid) |
Constructor and Description |
---|
AuthorityKeyIdentifierStructure(Extension extension)
Deprecated.
Constructor which will take an extension
|
Copyright © 2018 BouncyCastle.org. All rights reserved.