| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<T> |
getMatches(Selector<T> selector)
Return the matches associated with the passed in selector.
|
java.util.Collection<T> getMatches(Selector<T> selector) throws StoreException
getMatches in interface Store<T extends java.security.cert.CRL>selector - the selector defining the match criteria.StoreException - in the event of an issue doing a match.