Uses of Class
org.bouncycastle.cert.dane.DANEException
-
Packages that use DANEException Package Description org.bouncycastle.cert.dane -
-
Uses of DANEException in org.bouncycastle.cert.dane
Methods in org.bouncycastle.cert.dane that throw DANEException Modifier and Type Method Description DANEEntryStore
DANEEntryStoreBuilder. build(String domainName)
Build a DANECertificateStore from the provided domainName details.DANEEntry
DANEEntryFactory. createEntry(String emailAddress, int certUsage, X509CertificateHolder certificate)
Return a DANEEntry for the passed in email address and certificate.DANEEntry
DANEEntryFactory. createEntry(String emailAddress, X509CertificateHolder certificate)
Return a DANEEntry for the passed in email address and certificate.DANEEntrySelector
DANEEntrySelectorFactory. createSelector(String emailAddress)
Create a selector for the passed in email address.List
DANECertificateFetcher. fetch(String emailAddress)
Fetch the certificates associated with the passed in email address if any exists.List
DANEEntryFetcher. getEntries()
-