T
- the certificate type.public interface PKIXCertStore<T extends Certificate> extends Store<T>
Modifier and Type | Method and Description |
---|---|
Collection<T> |
getMatches(Selector<T> selector)
Return the matches associated with the passed in selector.
|
Collection<T> getMatches(Selector<T> selector) throws StoreException
getMatches
in interface Store<T extends Certificate>
selector
- the selector defining the match criteria.StoreException
- in the event of an issue doing a match.Copyright © 2020 BouncyCastle.org. All rights reserved.