gnu.crypto.pki
public class X509CRLSelectorImpl extends Object implements CRLSelector
| Constructor Summary | |
|---|---|
| X509CRLSelectorImpl() | |
| Method Summary | |
|---|---|
| void | addIssuerName(byte[] issuerName) |
| void | addIssuerName(String issuerName) |
| void | addIssuerName(Principal issuerName) |
| Object | clone() |
| Collection | getIssuerNames() |
| boolean | match(CRL crl) |