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