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