Uses of Class
org.bouncycastle.asn1.x509.TBSCertList.CRLEntry
Packages that use TBSCertList.CRLEntry
-
Uses of TBSCertList.CRLEntry in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return TBSCertList.CRLEntryModifier and TypeMethodDescriptionstatic TBSCertList.CRLEntryTBSCertList.CRLEntry.getInstance(Object o) CertificateList.getRevokedCertificates()TBSCertList.getRevokedCertificates() -
Uses of TBSCertList.CRLEntry in org.bouncycastle.jce.provider
Constructors in org.bouncycastle.jce.provider with parameters of type TBSCertList.CRLEntryModifierConstructorDescriptionX509CRLEntryObject(TBSCertList.CRLEntry c, boolean isIndirect, X500Name previousCertificateIssuer) Constructor for CRLEntries of indirect CRLs.