public interface PKIXCertStore<T extends Certificate> extends Store<T>
Modifier and Type | Method and Description |
---|---|
Collection<T> |
getMatches(Selector<T> selector) |
Collection<T> getMatches(Selector<T> selector) throws StoreException
getMatches
in interface Store<T extends Certificate>
StoreException
Copyright © 2016 BouncyCastle.org. All rights reserved.