Uses of Class
org.bouncycastle.asn1.x509.Certificate
Packages that use Certificate
Package
Description
BC specific object identifiers and classes for the BCFKS key store.
Support classes useful for encoding and supporting PKIX-CMP as described RFC 2510.
Support classes useful for encoding and supporting Cryptographic Message Syntax as described in PKCS#7 and RFC 3369 (formerly RFC 2630).
ICAO ASN.1 classes for electronic passport.
OCSP request extensions related to ISISMT -- the Industrial Signature Interoperability Specification.
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 CertificateConstructors in org.bouncycastle.asn1.bc with parameters of type CertificateModifierConstructorDescriptionEncryptedPrivateKeyData(EncryptedPrivateKeyInfo encryptedPrivateKeyInfo, Certificate[] certificateChain) -
Uses of Certificate in org.bouncycastle.asn1.cmp
Methods in org.bouncycastle.asn1.cmp that return CertificateConstructors in org.bouncycastle.asn1.cmp with parameters of type Certificate -
Uses of Certificate in org.bouncycastle.asn1.cms
Constructors in org.bouncycastle.asn1.cms with parameters of type Certificate -
Uses of Certificate in org.bouncycastle.asn1.icao
Methods in org.bouncycastle.asn1.icao that return CertificateConstructors in org.bouncycastle.asn1.icao with parameters of type Certificate -
Uses of Certificate in org.bouncycastle.asn1.isismtt.ocsp
Constructors in org.bouncycastle.asn1.isismtt.ocsp with parameters of type CertificateModifierConstructorDescriptionRequestedCertificate(Certificate certificate) Constructor from a given details. -
Uses of Certificate in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return CertificateModifier and TypeMethodDescriptionCertificatePair.getForward()static CertificateCertificate.getInstance(Object obj) static CertificateCertificate.getInstance(ASN1TaggedObject obj, boolean explicit) CertificatePair.getReverse()Constructors in org.bouncycastle.asn1.x509 with parameters of type CertificateModifierConstructorDescriptionCertificatePair(Certificate forward, Certificate reverse) Constructor from a given details.