Uses of Class
org.gudy.bouncycastle.asn1.x509.TBSCertList.CRLEntry
-
Packages that use TBSCertList.CRLEntry Package Description org.gudy.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates.org.gudy.bouncycastle.jce.provider -
-
Uses of TBSCertList.CRLEntry in org.gudy.bouncycastle.asn1.x509
Fields in org.gudy.bouncycastle.asn1.x509 declared as TBSCertList.CRLEntry Modifier and Type Field Description (package private) TBSCertList.CRLEntry[]
TBSCertList. revokedCertificates
Methods in org.gudy.bouncycastle.asn1.x509 that return TBSCertList.CRLEntry Modifier and Type Method Description TBSCertList.CRLEntry[]
CertificateList. getRevokedCertificates()
TBSCertList.CRLEntry[]
TBSCertList. getRevokedCertificates()
-
Uses of TBSCertList.CRLEntry in org.gudy.bouncycastle.jce.provider
Fields in org.gudy.bouncycastle.jce.provider declared as TBSCertList.CRLEntry Modifier and Type Field Description private TBSCertList.CRLEntry
X509CRLEntryObject. c
Constructors in org.gudy.bouncycastle.jce.provider with parameters of type TBSCertList.CRLEntry Constructor Description X509CRLEntryObject(TBSCertList.CRLEntry c)
-