Uses of Class
org.gudy.bouncycastle.asn1.x509.CertificateList
-
Packages that use CertificateList Package Description org.gudy.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates.org.gudy.bouncycastle.jce.provider -
-
Uses of CertificateList in org.gudy.bouncycastle.asn1.x509
Methods in org.gudy.bouncycastle.asn1.x509 that return CertificateList Modifier and Type Method Description static CertificateList
CertificateList. getInstance(java.lang.Object obj)
static CertificateList
CertificateList. getInstance(ASN1TaggedObject obj, boolean explicit)
-
Uses of CertificateList in org.gudy.bouncycastle.jce.provider
Fields in org.gudy.bouncycastle.jce.provider declared as CertificateList Modifier and Type Field Description private CertificateList
X509CRLObject. c
Constructors in org.gudy.bouncycastle.jce.provider with parameters of type CertificateList Constructor Description X509CRLObject(CertificateList c)
-