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 RandomValueGeneratorDcvConfiguration.randomValueGeneratorThe 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 RandomValueGeneratorDnsValidator.randomValueGeneratorUtility 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 RandomValueGeneratorEmailValidator.randomValueGeneratorUtility 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 RandomValueGeneratorFileValidator.randomValueGeneratorUtility class for generating random values -
Uses of RandomValueGenerator in com.digicert.validation.random
Classes in com.digicert.validation.random that implement RandomValueGeneratorModifier and TypeClassDescriptionclassA basic implementation of theRandomValueGeneratorinterface that generates random alphanumeric strings.Methods in com.digicert.validation.random with parameters of type RandomValueGeneratorModifier and TypeMethodDescriptionprivate doubleRandomValueVerifier.calculatePerCharacterEntropy(RandomValueGenerator randomValueGenerator) Calculates the entropy per character for the given random value generator.