Uses of Class
org.bouncycastle.asn1.x509.CertificateList
-
Packages that use CertificateList Package Description org.bouncycastle.asn1.cmp Support classes useful for encoding and supporting PKIX-CMP as described RFC 2510.org.bouncycastle.asn1.cms Support classes useful for encoding and supporting Cryptographic Message Syntax as described in PKCS#7 and RFC 3369 (formerly RFC 2630).org.bouncycastle.asn1.esf Support classes useful for encoding and supporting [ESF] RFC3126 Electronic Signature Formats for long term electronic signatures.org.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates. -
-
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 RevRepContentBuilderRevRepContentBuilder. 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 CertificateListTimeStampAndCRL. 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 CertificateListCertificateList. getInstance(java.lang.Object obj)static CertificateListCertificateList. getInstance(ASN1TaggedObject obj, boolean explicit)
-