Uses of Class
org.bouncycastle.asn1.x509.CertificateList
-
-
Uses of CertificateList in org.bouncycastle.asn1.cmp
Methods in org.bouncycastle.asn1.cmp that return CertificateList Modifier and Type Method Description CertificateList[]
CRLAnnContent. getCertificateLists()
CertificateList[]
RevRepContent. getCrls()
Methods in org.bouncycastle.asn1.cmp with parameters of type CertificateList Modifier and Type Method Description RevRepContentBuilder
RevRepContentBuilder. addCrl(CertificateList crl)
Constructors in org.bouncycastle.asn1.cmp with parameters of type CertificateList Constructor Description CRLAnnContent(CertificateList crl)
-
Uses of CertificateList in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return CertificateList Modifier and Type Method Description CertificateList
TimeStampAndCRL. getCertificateList()
Deprecated.use getCRL()CertificateList
TimeStampAndCRL. getCRL()
-
Uses of CertificateList in org.bouncycastle.asn1.esf
Methods in org.bouncycastle.asn1.esf that return CertificateList Modifier and Type Method Description CertificateList[]
RevocationValues. getCrlVals()
Constructors in org.bouncycastle.asn1.esf with parameters of type CertificateList Constructor Description RevocationValues(CertificateList[] crlVals, BasicOCSPResponse[] ocspVals, OtherRevVals otherRevVals)
-
Uses of CertificateList in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return CertificateList Modifier and Type Method Description static CertificateList
CertificateList. getInstance(Object obj)
static CertificateList
CertificateList. getInstance(ASN1TaggedObject obj, boolean explicit)
-
Uses of CertificateList in org.bouncycastle.jcajce.provider.asymmetric.x509
Methods in org.bouncycastle.jcajce.provider.asymmetric.x509 with parameters of type CertificateList Modifier and Type Method Description protected CRL
CertificateFactory. createCRL(CertificateList c)
-
Uses of CertificateList in org.bouncycastle.jce.provider
Constructors in org.bouncycastle.jce.provider with parameters of type CertificateList Constructor Description X509CRLObject(CertificateList c)
Deprecated.
-