Uses of Class
org.bouncycastle.asn1.x509.Certificate
| Package | Description |
|---|---|
| org.bouncycastle.asn1.cms | |
| org.bouncycastle.asn1.x509 | |
| org.bouncycastle.cert | |
| org.bouncycastle.jce.provider |
-
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.x509
Methods in org.bouncycastle.asn1.x509 that return Certificate Modifier and Type Method Description static CertificateCertificate. getInstance(Object obj)static CertificateCertificate. getInstance(ASN1TaggedObject obj, boolean explicit) -
Uses of Certificate in org.bouncycastle.cert
Methods in org.bouncycastle.cert that return Certificate Modifier and Type Method Description CertificateX509CertificateHolder. toASN1Structure()Return the underlying ASN.1 structure for the certificate in this holder.Constructors in org.bouncycastle.cert with parameters of type Certificate Constructor Description X509CertificateHolder(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 Constructor Description X509CertificateObject(Certificate c)