T
- the object type stored.PKIXCertStore<T>
, PKIXCRLStore<T>
CollectionStore
public interface Store<T>
Modifier and Type | Method | Description |
---|---|---|
java.util.Collection<T> |
getMatches(Selector<T> selector) |
Return a possibly empty collection of objects that match the criteria implemented
in the passed in Selector.
|
java.util.Collection<T> getMatches(Selector<T> selector) throws StoreException
selector
- the selector defining the match criteria.StoreException
- if there is a failure during matching.