Package org.bouncycastle.cert.dane
DANE (DNS-based Authentication of Named Entities, RFC 6698) certificate fetching
and SMIMEA-record helpers built on top of
X509CertificateHolder.-
Interface Summary Interface Description DANEEntryFetcher DANEEntryFetcherFactory Factories for DANEEntryFetcher objects should implement this. -
Class Summary 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.TruncatingDigestCalculator A calculator which produces a truncated digest from a regular one, with the truncation achieved by dropping off the right most octets. -
Exception Summary Exception Description DANEException General checked Exception thrown in the DANE package.