Uses of Enum
com.easypost.utils.Cryptography.HmacAlgorithm
Packages that use Cryptography.HmacAlgorithm
-
Uses of Cryptography.HmacAlgorithm in com.easypost.utils
Methods in com.easypost.utils that return Cryptography.HmacAlgorithmModifier and TypeMethodDescriptionstatic Cryptography.HmacAlgorithm
Returns 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.