Package | Description |
---|---|
org.bouncycastle.asn1.bc | |
org.bouncycastle.asn1.cmp | |
org.bouncycastle.asn1.cms | |
org.bouncycastle.asn1.icao | |
org.bouncycastle.asn1.isismtt.ocsp | |
org.bouncycastle.asn1.x509 | |
org.bouncycastle.cert |
Basic support package for handling and creating X.509 certificates, CRLs, and attribute certificates.
|
org.bouncycastle.crypto.tls | |
org.bouncycastle.jce.provider | |
org.bouncycastle.pkcs |
Basic support package for handling and creating PKCS#10 certification requests, PKCS#8 encrypted keys and PKCS#12 keys stores.
|
Modifier and Type | Method and Description |
---|---|
Certificate[] |
EncryptedPrivateKeyData.getCertificateChain() |
Constructor and Description |
---|
EncryptedPrivateKeyData(EncryptedPrivateKeyInfo encryptedPrivateKeyInfo,
Certificate[] certificateChain) |
Modifier and Type | Method and Description |
---|---|
Certificate |
CMPCertificate.getX509v3PKCert() |
Constructor and Description |
---|
CMPCertificate(Certificate x509v3PKCert) |
Constructor and Description |
---|
IssuerAndSerialNumber(Certificate certificate) |
Modifier and Type | Method and Description |
---|---|
Certificate[] |
CscaMasterList.getCertStructs() |
Constructor and Description |
---|
CscaMasterList(Certificate[] certStructs) |
Constructor and Description |
---|
RequestedCertificate(Certificate certificate)
Constructor from a given details.
|
Modifier and Type | Method and Description |
---|---|
Certificate |
CertificatePair.getForward() |
static Certificate |
Certificate.getInstance(ASN1TaggedObject obj,
boolean explicit) |
static Certificate |
Certificate.getInstance(Object obj) |
Certificate |
CertificatePair.getReverse() |
Constructor and Description |
---|
CertificatePair(Certificate forward,
Certificate reverse)
Constructor from a given details.
|
Modifier and Type | Method and Description |
---|---|
Certificate |
X509CertificateHolder.toASN1Structure()
Return the underlying ASN.1 structure for the certificate in this holder.
|
Constructor and Description |
---|
X509CertificateHolder(Certificate x509Certificate)
Create a X509CertificateHolder from the passed in ASN.1 structure.
|
Modifier and Type | Field and Description |
---|---|
protected Certificate[] |
Certificate.certificateList |
Modifier and Type | Method and Description |
---|---|
protected Certificate[] |
Certificate.cloneCertificateList() |
Certificate |
Certificate.getCertificateAt(int index) |
Certificate[] |
Certificate.getCertificateList() |
Constructor and Description |
---|
Certificate(Certificate[] certificateList) |
Constructor and Description |
---|
X509CertificateObject(Certificate c)
Deprecated.
|
Constructor and Description |
---|
PKCS12SafeBagBuilder(Certificate certificate) |
Copyright © 2018 BouncyCastle.org. All rights reserved.