Uses of Class
org.apache.commons.codec.digest.HmacAlgorithms
-
Packages that use HmacAlgorithms Package Description org.apache.commons.codec.digest Simplifies commonMessageDigesttasks and includes a libc crypt(3) compatible crypt method that supports DES, MD5, SHA-256 and SHA-512 based algorithms as well as the Apache specific "$apr1$" variant. -
-
Uses of HmacAlgorithms in org.apache.commons.codec.digest
Methods in org.apache.commons.codec.digest that return HmacAlgorithms Modifier and Type Method Description static HmacAlgorithmsHmacAlgorithms. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HmacAlgorithms[]HmacAlgorithms. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.codec.digest with parameters of type HmacAlgorithms Modifier and Type Method Description static javax.crypto.MacHmacUtils. getInitializedMac(HmacAlgorithms algorithm, byte[] key)Returns an initializedMacfor the givenalgorithm.
-