Package org.bouncycastle.jcajce
Interface PKIXCertStore<T extends java.security.cert.Certificate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<T>
getMatches(Selector<T> selector)
Return the matches associated with the passed in selector.
-
-
-
Method Detail
-
getMatches
java.util.Collection<T> getMatches(Selector<T> selector) throws StoreException
Return the matches associated with the passed in selector.- Specified by:
getMatches
in interfaceStore<T extends java.security.cert.Certificate>
- Parameters:
selector
- the selector defining the match criteria.- Returns:
- a collection of matches with the selector, an empty selector if there are none.
- Throws:
StoreException
- in the event of an issue doing a match.
-
-