Modifier and Type | Method and Description |
---|---|
Certificate[] |
EncryptedPrivateKeyData.getCertificateChain() |
Certificate[] |
SignatureCheck.getCertificates() |
Constructor and Description |
---|
EncryptedPrivateKeyData(EncryptedPrivateKeyInfo encryptedPrivateKeyInfo,
Certificate[] certificateChain) |
SignatureCheck(AlgorithmIdentifier signatureAlgorithm,
Certificate[] certificates,
byte[] signature) |
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.
|
Constructor and Description |
---|
X509CertificateObject(Certificate c)
Deprecated.
|
Copyright © 2021 BouncyCastle.org. All rights reserved.