| 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 |
|---|---|
abstract X509CRLEntry |
X509CRL.getRevokedCertificate(BigInteger
Gets the CRL entry, if any, with the given certificate serialNumber.
|
X509CRLEntry |
X509CRL.getRevokedCertificate(X509Certificate
Get the CRL entry, if any, for the given certificate.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Set |
X509CRL.getRevokedCertificates()
Gets all the entries from this CRL.
|