Package org.bouncycastle.jcajce
Interface PKIXCertStore<T extends Certificate>
-
- All Superinterfaces:
Store<T>
public interface PKIXCertStore<T extends Certificate> extends 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
- Specified by:
getMatchesin interfaceStore<T extends Certificate>- Throws:
StoreException
-
-