Uses of Interface
org.bouncycastle.cert.dane.DANEEntryFetcherFactory
-
Packages that use DANEEntryFetcherFactory Package Description org.bouncycastle.cert.dane org.bouncycastle.cert.dane.fetcher -
-
Uses of DANEEntryFetcherFactory in org.bouncycastle.cert.dane
Constructors in org.bouncycastle.cert.dane with parameters of type DANEEntryFetcherFactory Constructor Description DANECertificateFetcher(DANEEntryFetcherFactory fetcherFactory, DigestCalculator digestCalculator)
Base constructor.DANEEntryStoreBuilder(DANEEntryFetcherFactory daneEntryFetcher)
-
Uses of DANEEntryFetcherFactory in org.bouncycastle.cert.dane.fetcher
Classes in org.bouncycastle.cert.dane.fetcher that implement DANEEntryFetcherFactory Modifier and Type Class Description class
JndiDANEFetcherFactory
A DANE entry fetcher implemented using JNDI.
-