Uses of Enum Class
com.digicert.validation.client.ClientStatus
Packages that use ClientStatus
-
Uses of ClientStatus in com.digicert.validation.client
Methods in com.digicert.validation.client that return ClientStatusModifier and TypeMethodDescriptionstatic ClientStatusReturns the enum constant of this class with the specified name.static ClientStatus[]ClientStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ClientStatus in com.digicert.validation.client.dns
Methods in com.digicert.validation.client.dns that return ClientStatusModifier and TypeMethodDescriptionprivate ClientStatusDnsClient.getClientStatus(org.xbill.DNS.Message message, List<DnsValue> foundDnsValues) Determines the client status based on the DNS response message and the found DNS values.Methods in com.digicert.validation.client.dns with parameters of type ClientStatusModifier and TypeMethodDescription(package private) DcvErrorDnsClient.mapClientStatusToDcvError(ClientStatus clientStatus) Maps theClientStatusenum to the correspondingDcvErrorDcvError.