Uses of Interface
org.bouncycastle.cert.dane.DANEEntryFetcher
-
Packages that use DANEEntryFetcher Package Description org.bouncycastle.cert.dane org.bouncycastle.cert.dane.fetcher -
-
Uses of DANEEntryFetcher in org.bouncycastle.cert.dane
Methods in org.bouncycastle.cert.dane that return DANEEntryFetcher Modifier and Type Method Description DANEEntryFetcher
DANEEntryFetcherFactory. build(String domainName)
Build an entry fetcher for the specified domain name. -
Uses of DANEEntryFetcher in org.bouncycastle.cert.dane.fetcher
Methods in org.bouncycastle.cert.dane.fetcher that return DANEEntryFetcher Modifier and Type Method Description DANEEntryFetcher
JndiDANEFetcherFactory. build(String domainName)
Build an entry fetcher for the specified domain name.
-