java.security.cert
Uses of Interface CRLSelector
Uses of CRLSelector in java.security.cert
Modifier and Type | Class and Description |
---|---|
|
X509CRLSelector
A
CRLSelector that selects X509CRLs that
match all specified criteria.
|
Modifier and Type | Method and Description |
---|---|
|
CertStoreSpi.engineGetCRLs(CRLSelector selector)
Returns a
Collection of CRL s that
match the specified selector.
|
|
CertStore.getCRLs(CRLSelector selector)
Returns a
Collection of CRL s that
match the specified selector.
|