Uses of Class
com.digicert.validation.exceptions.InputException
Packages that use InputException
-
Uses of InputException in com.digicert.validation.methods.dns
Methods in com.digicert.validation.methods.dns that throw InputExceptionModifier and TypeMethodDescriptionprivate void
DnsValidator.verifyDnsPreparation
(DnsPreparation dnsPreparation) Performs Validation onDnsPreparation
Fields. -
Uses of InputException in com.digicert.validation.utils
Methods in com.digicert.validation.utils that throw InputExceptionModifier and TypeMethodDescriptionDomainNameUtils.getBaseDomain
(String domainName) Gets the base domain of the given domain name.DomainNameUtils.getDomainAndParents
(String domain) Gets the domain and its parent domains.PslOverrideSupplier.getPublicSuffixOverride
(String domain) Returns an override for the public suffix of a domain.void
DomainNameUtils.validateDomainName
(String domainName) Validates the given domain name.