Package org.bouncycastle.cert.dane
Class DANEEntryStore
java.lang.Object
org.bouncycastle.cert.dane.DANEEntryStore
- All Implemented Interfaces:
Store
Class storing DANEEntry objects.
-
Method Summary
Modifier and TypeMethodDescriptiongetMatches(Selector selector) Return a collection of entries matching the passed in selector.Return a Store of X509CertificateHolder objects representing all the certificates associated with entries in the store.
-
Method Details
-
getMatches
Return a collection of entries matching the passed in selector.- Specified by:
getMatchesin interfaceStore- Parameters:
selector- the selector to validate entries against.- Returns:
- a possibly empty collection of matched entries.
- Throws:
StoreException- in case of an underlying issue.
-
toCertificateStore
Return a Store of X509CertificateHolder objects representing all the certificates associated with entries in the store.- Returns:
- a Store of X509CertificateHolder.
-