public class DANEEntryStoreBuilder
extends java.lang.Object
Constructor | Description |
---|---|
DANEEntryStoreBuilder(DANEEntryFetcherFactory daneEntryFetcher) |
Modifier and Type | Method | Description |
---|---|---|
DANEEntryStore |
build(java.lang.String domainName) |
Build a DANECertificateStore from the provided domainName details.
|
public DANEEntryStoreBuilder(DANEEntryFetcherFactory daneEntryFetcher)
public DANEEntryStore build(java.lang.String domainName) throws DANEException
domainName
- the domain name to look up the _smimecert entries in.DANEException
- in the case of a DNS issue or encoding issue with a DNS record.