Package org.bouncycastle.util
Interface Store<T>
-
- All Known Subinterfaces:
PKIXCertStore<T>,PKIXCRLStore<T>
- All Known Implementing Classes:
CollectionStore
public interface Store<T>
-
-
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
- Throws:
StoreException
-
-