Package | Description |
---|---|
org.bouncycastle.cert.dane |
Modifier and Type | Method and 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() |
Copyright © 2020 BouncyCastle.org. All rights reserved.