|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.cert.dane.DANEEntryStore
Class storing DANEEntry objects.
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.util.Collection getMatches(org.bouncycastle.util.Selector selector) throws org.bouncycastle.util.StoreException
getMatches
in interface org.bouncycastle.util.Store
selector
- the selector to validate entries against.org.bouncycastle.util.StoreException
- in case of an underlying issue.public org.bouncycastle.util.Store toCertificateStore()
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |