Uses of Class
org.apache.harmony.security.x509.TBSCertList.RevokedCertificate
| Package | Description |
|---|---|
| org.apache.harmony.security.provider.cert | |
| org.apache.harmony.security.x509 |
-
Uses of TBSCertList.RevokedCertificate in org.apache.harmony.security.provider.cert
Constructors in org.apache.harmony.security.provider.cert with parameters of type TBSCertList.RevokedCertificate Constructor Description X509CRLEntryImpl(TBSCertList.RevokedCertificate rcert, X500Principal issuer)Creates an instance on the base of existingTBSCertList.RevokedCertificateobject and information about the issuer of revoked certificate. -
Uses of TBSCertList.RevokedCertificate in org.apache.harmony.security.x509
Methods in org.apache.harmony.security.x509 that return types with arguments of type TBSCertList.RevokedCertificate Modifier and Type Method Description List<TBSCertList.RevokedCertificate>TBSCertList. getRevokedCertificates()Returns the value of revokedCertificates field of the structure.