Uses of Class
org.bouncycastle.asn1.x509.Certificate
-
Packages that use Certificate Package Description org.bouncycastle.asn1.bc BC specific object identifiers and classes for the BCFKS key store.org.bouncycastle.asn1.cmp Support classes useful for encoding and supporting PKIX-CMP as described RFC 2510.org.bouncycastle.asn1.cms Support classes useful for encoding and supporting Cryptographic Message Syntax as described in PKCS#7 and RFC 3369 (formerly RFC 2630).org.bouncycastle.asn1.icao ICAO ASN.1 classes for electronic passport.org.bouncycastle.asn1.isismtt.ocsp OCSP request extensions related to ISISMT -- the Industrial Signature Interoperability Specification.org.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates. -
-
Uses of Certificate in org.bouncycastle.asn1.bc
Methods in org.bouncycastle.asn1.bc that return Certificate Modifier and Type Method Description Certificate[]
EncryptedPrivateKeyData. getCertificateChain()
Constructors in org.bouncycastle.asn1.bc with parameters of type Certificate Constructor Description EncryptedPrivateKeyData(EncryptedPrivateKeyInfo encryptedPrivateKeyInfo, Certificate[] certificateChain)
-
Uses of Certificate in org.bouncycastle.asn1.cmp
Methods in org.bouncycastle.asn1.cmp that return Certificate Modifier and Type Method Description Certificate
CMPCertificate. getX509v3PKCert()
Constructors in org.bouncycastle.asn1.cmp with parameters of type Certificate Constructor Description CMPCertificate(Certificate x509v3PKCert)
-
Uses of Certificate in org.bouncycastle.asn1.cms
Constructors in org.bouncycastle.asn1.cms with parameters of type Certificate Constructor Description IssuerAndSerialNumber(Certificate certificate)
-
Uses of Certificate in org.bouncycastle.asn1.icao
Methods in org.bouncycastle.asn1.icao that return Certificate Modifier and Type Method Description Certificate[]
CscaMasterList. getCertStructs()
Constructors in org.bouncycastle.asn1.icao with parameters of type Certificate Constructor Description CscaMasterList(Certificate[] certStructs)
-
Uses of Certificate in org.bouncycastle.asn1.isismtt.ocsp
Constructors in org.bouncycastle.asn1.isismtt.ocsp with parameters of type Certificate Constructor Description RequestedCertificate(Certificate certificate)
Constructor from a given details. -
Uses of Certificate in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return Certificate Modifier and Type Method Description Certificate
CertificatePair. getForward()
static Certificate
Certificate. getInstance(java.lang.Object obj)
static Certificate
Certificate. getInstance(ASN1TaggedObject obj, boolean explicit)
Certificate
CertificatePair. getReverse()
Constructors in org.bouncycastle.asn1.x509 with parameters of type Certificate Constructor Description CertificatePair(Certificate forward, Certificate reverse)
Constructor from a given details.
-