Uses of Interface
com.digicert.validation.random.RandomValueGenerator
Packages that use RandomValueGenerator
Package
Description
-
Uses of RandomValueGenerator in com.digicert.validation
Fields in com.digicert.validation declared as RandomValueGeneratorModifier and TypeFieldDescriptionprivate RandomValueGenerator
DcvConfiguration.randomValueGenerator
The generator used to create random values for use in the DCV process.Methods in com.digicert.validation with parameters of type RandomValueGeneratorModifier and TypeMethodDescriptionDcvConfiguration.DcvConfigurationBuilder.randomValueGenerator
(RandomValueGenerator randomValueGenerator) Configure the library to use a custom random value generator. -
Uses of RandomValueGenerator in com.digicert.validation.methods.dns
Fields in com.digicert.validation.methods.dns declared as RandomValueGeneratorModifier and TypeFieldDescriptionprivate final RandomValueGenerator
DnsValidator.randomValueGenerator
Utility class for generating random values -
Uses of RandomValueGenerator in com.digicert.validation.methods.email
Fields in com.digicert.validation.methods.email declared as RandomValueGeneratorModifier and TypeFieldDescriptionprivate final RandomValueGenerator
EmailValidator.randomValueGenerator
Utility class for generating random values. -
Uses of RandomValueGenerator in com.digicert.validation.methods.file
Fields in com.digicert.validation.methods.file declared as RandomValueGeneratorModifier and TypeFieldDescriptionprivate final RandomValueGenerator
FileValidator.randomValueGenerator
Utility class for generating random values -
Uses of RandomValueGenerator in com.digicert.validation.random
Classes in com.digicert.validation.random that implement RandomValueGeneratorModifier and TypeClassDescriptionclass
A basic implementation of theRandomValueGenerator
interface that generates random alphanumeric strings.Methods in com.digicert.validation.random with parameters of type RandomValueGeneratorModifier and TypeMethodDescriptionprivate double
RandomValueVerifier.calculatePerCharacterEntropy
(RandomValueGenerator randomValueGenerator) Calculates the entropy per character for the given random value generator.