Uses of Class
org.bouncycastle.asn1.x509.Certificate
Packages that use Certificate
Package
Description
-
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. -
Uses of Certificate in org.bouncycastle.cert
Methods in org.bouncycastle.cert that return CertificateModifier and TypeMethodDescriptionX509CertificateHolder.toASN1Structure()Return the underlying ASN.1 structure for the certificate in this holder.Constructors in org.bouncycastle.cert with parameters of type CertificateModifierConstructorDescriptionX509CertificateHolder(Certificate x509Certificate) Create a X509CertificateHolder from the passed in ASN.1 structure. -
Uses of Certificate in org.bouncycastle.jce.provider
Constructors in org.bouncycastle.jce.provider with parameters of type Certificate -
Uses of Certificate in org.bouncycastle.pkcs
Constructors in org.bouncycastle.pkcs with parameters of type Certificate