Uses of Enum
com.easypost.utils.Cryptography.HmacAlgorithm
Packages that use Cryptography.HmacAlgorithm
-
Uses of Cryptography.HmacAlgorithm in com.easypost.utils
Subclasses with type arguments of type Cryptography.HmacAlgorithm in com.easypost.utilsModifier and TypeClassDescriptionstatic enumEnums for the supported HMAC algorithms.Methods in com.easypost.utils that return Cryptography.HmacAlgorithmModifier and TypeMethodDescriptionstatic Cryptography.HmacAlgorithmReturns the enum constant of this type with the specified name.static Cryptography.HmacAlgorithm[]Cryptography.HmacAlgorithm.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.easypost.utils with parameters of type Cryptography.HmacAlgorithmModifier and TypeMethodDescriptionstatic byte[]Cryptography.createHMAC(byte @NotNull [] data, @NotNull String key, @NotNull Cryptography.HmacAlgorithm algorithm) Calculate the HMAC hex digest of a string.