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 processing X.509 certificates.
-
Uses of Certificate in org.bouncycastle.asn1.bc
Methods in org.bouncycastle.asn1.bc that return CertificateModifier and TypeMethodDescriptionEncryptedPrivateKeyData.getCertificateChain()SignatureCheck.getCertificates()Constructors in org.bouncycastle.asn1.bc with parameters of type CertificateModifierConstructorDescriptionEncryptedPrivateKeyData(EncryptedPrivateKeyInfo encryptedPrivateKeyInfo, Certificate[] certificateChain) SignatureCheck(AlgorithmIdentifier signatureAlgorithm, Certificate[] certificates, byte[] signature) -
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.