Package org.bouncycastle.cert.dane
Class DANEEntryStoreBuilder
java.lang.Object
org.bouncycastle.cert.dane.DANEEntryStoreBuilder
Builder for the DANECertificateStore.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBuild a DANECertificateStore from the provided domainName details.
-
Constructor Details
-
DANEEntryStoreBuilder
-
-
Method Details
-
build
Build a DANECertificateStore from the provided domainName details.- Parameters:
domainName
- the domain name to look up the _smimecert entries in.- Returns:
- a Store of DANEEntry representing the _smimecert entries containing certificates.
- Throws:
DANEException
- in the case of a DNS issue or encoding issue with a DNS record.
-