java.security.cert

Uses of Interface CRLSelector

Uses of CRLSelector in java.security.cert

Modifier and Type Class and Description
  1. class
X509CRLSelector
A CRLSelector that selects X509CRLs that match all specified criteria.
Modifier and Type Method and Description
  1. abstract
  2. Collection<? extends CRL>
CertStoreSpi.engineGetCRLs(CRLSelector selector)
Returns a Collection of CRLs that match the specified selector.
  1. Collection<? extends CRL>
CertStore.getCRLs(CRLSelector selector)
Returns a Collection of CRLs that match the specified selector.