Modifier and Type | Method and Description |
---|---|
Collection |
getMatches(Selector selector)
Return a collection of entries matching the passed in selector.
|
Store |
toCertificateStore()
Return a Store of X509CertificateHolder objects representing all the certificates associated with
entries in the store.
|
public Collection getMatches(Selector selector) throws StoreException
getMatches
in interface Store
selector
- the selector to validate entries against.StoreException
- in case of an underlying issue.public Store toCertificateStore()
Copyright © 2020 BouncyCastle.org. All rights reserved.