java.security.cert
public interface CRLSelector extends Cloneable
See Also: CertStore CertSelector X509CRLSelector
Method Summary | |
---|---|
Object | clone()
Returns a clone of this instance.
|
boolean | match(CRL crl)
Match a given certificate revocation list to this selector's
criteria, returning true if it matches, false otherwise.
|
Returns: The clone.
Parameters: crl The certificate revocation list to test.
Returns: The boolean result of this test.