Uses of Enum
com.easypost.utils.Cryptography.HmacAlgorithm
-
Uses of Cryptography.HmacAlgorithm in com.easypost.utils
Modifier and TypeClassDescriptionstatic enum
Enums for the supported HMAC algorithms.Modifier 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.Modifier and TypeMethodDescriptionstatic byte[]
Cryptography.createHMAC
(byte @NotNull [] data, @NotNull String key, @NotNull Cryptography.HmacAlgorithm algorithm) Calculate the HMAC hex digest of a string.