Package org.bouncycastle.jcajce
Interface PKIXCRLStore<T extends CRL>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<T>getMatches(Selector<T> selector)
-
-
-
Method Detail
-
getMatches
Collection<T> getMatches(Selector<T> selector) throws StoreException
- Specified by:
getMatchesin interfaceStore<T extends CRL>- Throws:
StoreException
-
-