Uses of Class
org.bouncycastle.asn1.x509.TBSCertList.CRLEntry
-
Packages that use TBSCertList.CRLEntry Package Description org.bouncycastle.asn1.x509 org.bouncycastle.jce.provider -
-
Uses of TBSCertList.CRLEntry in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return TBSCertList.CRLEntry Modifier and Type Method Description static TBSCertList.CRLEntry
TBSCertList.CRLEntry. getInstance(Object o)
TBSCertList.CRLEntry[]
CertificateList. getRevokedCertificates()
TBSCertList.CRLEntry[]
TBSCertList. getRevokedCertificates()
-
Uses of TBSCertList.CRLEntry in org.bouncycastle.jce.provider
Constructors in org.bouncycastle.jce.provider with parameters of type TBSCertList.CRLEntry Constructor Description X509CRLEntryObject(TBSCertList.CRLEntry c)
X509CRLEntryObject(TBSCertList.CRLEntry c, boolean isIndirect, X500Name previousCertificateIssuer)
Constructor for CRLEntries of indirect CRLs.
-