| Package | Description |
|---|---|
| java.security.cert |
Provides classes and interfaces for parsing and managing
certificates, certificate revocation lists (CRLs), and
certification paths.
|
| Modifier and Type | Method and Description |
|---|---|
X509CRLEntry |
X509CRL.getRevokedCertificate(X509Certificate certificate)
Get the CRL entry, if any, for the given certificate.
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.Set<? extends X509CRLEntry> |
X509CRL.getRevokedCertificates()
Gets all the entries from this CRL.
|