Package com.digicert.validation.methods.email.prepare.provider


package com.digicert.validation.methods.email.prepare.provider
  • Class
    Description
    ConstructedEmailProvider is an implementation of EmailProvider that constructs email addresses that can be used for domain validation.
    EmailDnsTxtProvider is an implementation of EmailProvider that retrieves email contacts for a domain by querying the DNS TXT records of the domain.
    EmailProvider is an interface for classes that provide email contacts for domain validation.
    A Noop provider that returns an empty set of emails.
    WhoisEmailProvider is an interface that extends EmailProvider to provide email contacts for a domain using WHOIS data.