Uses of Enum
org.seppiko.commons.utils.codec.HmacAlgorithms
Packages that use HmacAlgorithms
-
Uses of HmacAlgorithms in org.seppiko.commons.utils.codec
Methods in org.seppiko.commons.utils.codec that return HmacAlgorithmsModifier and TypeMethodDescriptionstatic HmacAlgorithmsReturns 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.seppiko.commons.utils.codec with parameters of type HmacAlgorithmsModifier and TypeMethodDescriptionstatic byte[]HashCryptUtil.hmacCrypt(HmacAlgorithms algorithm, byte[] data, byte[] key) Simplifies commonMactasks.