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