Package | Description |
---|---|
org.bouncycastle.cert.dane |
Modifier and Type | Method and Description |
---|---|
DANEEntryStore |
DANEEntryStoreBuilder.build(java.lang.String domainName)
Build a DANECertificateStore from the provided domainName details.
|
DANEEntry |
DANEEntryFactory.createEntry(java.lang.String emailAddress,
X509CertificateHolder certificate)
Return a DANEEntry for the passed in email address and certificate.
|
DANEEntrySelector |
DANEEntrySelectorFactory.createSelector(java.lang.String emailAddress)
Create a selector for the passed in email address.
|
java.util.List |
DANECertificateFetcher.fetch(java.lang.String emailAddress)
Fetch the certificates associated with the passed in email address if any exists.
|
java.util.List |
DANEEntryFetcher.getEntries() |