| Interface | Description |
|---|---|
| DANEEntryFetcher | |
| DANEEntryFetcherFactory |
Factories for DANEEntryFetcher objects should implement this.
|
| Class | Description |
|---|---|
| DANECertificateFetcher |
A single shot fetcher for a certificate which will only request the specific DNS record if the
DANEEntryFetcher used on construction supports it.
|
| DANEEntry |
Carrier class for a DANE entry.
|
| DANEEntryFactory |
Factory class for creating DANEEntry objects.
|
| DANEEntrySelector | |
| DANEEntrySelectorFactory |
Factory for creating selector objects to use with the DANECertificateStore.
|
| DANEEntryStore |
Class storing DANEEntry objects.
|
| DANEEntryStoreBuilder |
Builder for the DANECertificateStore.
|
| Exception | Description |
|---|---|
| DANEException |
General checked Exception thrown in the DANE package.
|