public class DANEEntryStore
extends java.lang.Object
implements org.bouncycastle.util.Store
| Modifier and Type | Method and Description |
|---|---|
java.util.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 java.util.Collection getMatches(org.bouncycastle.util.Selector selector)
throws org.bouncycastle.util.StoreException
getMatches in interface org.bouncycastle.util.Storeselector - the selector to validate entries against.org.bouncycastle.util.StoreException - in case of an underlying issue.public org.bouncycastle.util.Store toCertificateStore()