|
Bouncy Castle Cryptography Library 1.84 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.cert.dane.fetcher.JndiDANEFetcherFactory
A DANE entry fetcher implemented using JNDI.
| Constructor Summary | |
JndiDANEFetcherFactory()
|
|
| Method Summary | |
DANEEntryFetcher |
build(java.lang.String domainName)
Build an entry fetcher for the specified domain name. |
JndiDANEFetcherFactory |
setAuthoritative(boolean isAuthoritative)
Specify requests must be authoritative, or not (default false). |
JndiDANEFetcherFactory |
usingDNSServer(java.lang.String dnsServer)
Specify the dnsServer to use. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JndiDANEFetcherFactory()
| Method Detail |
public JndiDANEFetcherFactory usingDNSServer(java.lang.String dnsServer)
dnsServer - IP address/name of the dns server
public JndiDANEFetcherFactory setAuthoritative(boolean isAuthoritative)
isAuthoritative - true if requests must be authoritative, false otherwise.
public DANEEntryFetcher build(java.lang.String domainName)
build in interface DANEEntryFetcherFactorydomainName - the domain name of interest.
|
Bouncy Castle Cryptography Library 1.84 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||