Class DANEEntryStoreBuilder

java.lang.Object
org.bouncycastle.cert.dane.DANEEntryStoreBuilder

public class DANEEntryStoreBuilder extends Object
Builder for the DANECertificateStore.
  • Constructor Details

  • Method Details

    • build

      public DANEEntryStore build(String domainName) throws DANEException
      Build a DANECertificateStore from the provided domainName details.
      Parameters:
      domainName - the domain name to look up the _smimecert entries in.
      Returns:
      a Store of DANEEntry representing the _smimecert entries containing certificates.
      Throws:
      DANEException - in the case of a DNS issue or encoding issue with a DNS record.