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