Package org.bouncycastle.cert.dane
Class DANEEntryStore
- java.lang.Object
 - 
- org.bouncycastle.cert.dane.DANEEntryStore
 
 
- 
- All Implemented Interfaces:
 org.bouncycastle.util.Store
public class DANEEntryStore extends java.lang.Object implements org.bouncycastle.util.StoreClass storing DANEEntry objects. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.CollectiongetMatches(org.bouncycastle.util.Selector selector)Return a collection of entries matching the passed in selector.org.bouncycastle.util.StoretoCertificateStore()Return a Store of X509CertificateHolder objects representing all the certificates associated with entries in the store. 
 - 
 
- 
- 
Method Detail
- 
getMatches
public java.util.Collection getMatches(org.bouncycastle.util.Selector selector) throws org.bouncycastle.util.StoreExceptionReturn a collection of entries matching the passed in selector.- Specified by:
 getMatchesin 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.
 
 
 - 
 
 -