Uses of Class
org.hpccsystems.commons.utils.DigestAlgorithmType
-
Packages that use DigestAlgorithmType Package Description org.hpccsystems.commons.utils Provides useful utilities in support of Java client interaction with HPCC Systems instances. -
-
Uses of DigestAlgorithmType in org.hpccsystems.commons.utils
Fields in org.hpccsystems.commons.utils declared as DigestAlgorithmType Modifier and Type Field Description static DigestAlgorithmTypeCryptoHelper. DEFAULT_DIGEST_ALGORITHMMethods in org.hpccsystems.commons.utils that return DigestAlgorithmType Modifier and Type Method Description static DigestAlgorithmTypeDigestAlgorithmType. valueOf(String name)Returns the enum constant of this type with the specified name.static DigestAlgorithmType[]DigestAlgorithmType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hpccsystems.commons.utils with parameters of type DigestAlgorithmType Modifier and Type Method Description static SecretKeySpecCryptoHelper. createSecretKey(String utf8DigestInput, DigestAlgorithmType digestAlgorithm, String secretKeyAlgorithm)Creates the secret key.
-