Uses of Class
com.digt.trusted.asn1.x509.TBSCertList.CRLEntry

Packages that use TBSCertList.CRLEntry
com.digt.trusted.asn1.x509 Support classes useful for encoding and processing X.509 certificates. 
com.digt.trusted.jce.provider   
 

Uses of TBSCertList.CRLEntry in com.digt.trusted.asn1.x509
 

Methods in com.digt.trusted.asn1.x509 that return TBSCertList.CRLEntry
 TBSCertList.CRLEntry[] CertificateList.getRevokedCertificates()
           
 TBSCertList.CRLEntry[] TBSCertList.getRevokedCertificates()
           
 

Uses of TBSCertList.CRLEntry in com.digt.trusted.jce.provider
 

Constructors in com.digt.trusted.jce.provider with parameters of type TBSCertList.CRLEntry
X509CRLEntryObject(TBSCertList.CRLEntry c)