Package | Description |
---|---|
java.security.cert |
Modifier and Type | Class and Description |
---|---|
class |
X509CRL |
Modifier and Type | Method and Description |
---|---|
abstract CRL |
CertificateFactorySpi.engineGenerateCRL(InputStream inStream) |
CRL |
CertificateFactory.generateCRL(InputStream in) |
Modifier and Type | Method and Description |
---|---|
boolean |
CRLSelector.match(CRL crl)
Match a given certificate revocation list to this selector's
criteria, returning true if it matches, false otherwise.
|
boolean |
X509CRLSelector.match(CRL _crl)
Checks a CRL against the criteria of this selector, returning
true if the given CRL matches all the criteria. |