Package org.bouncycastle.util
Interface Store
-
- All Known Subinterfaces:
PKIXCertStore
,PKIXCRLStore
- All Known Implementing Classes:
CollectionStore
,X509Store
public interface Store
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection
getMatches(Selector selector)
-
-
-
Method Detail
-
getMatches
java.util.Collection getMatches(Selector selector) throws StoreException
- Throws:
StoreException
-
-