Uses of Class
org.smallmind.nutsnbolts.security.HMACSigningAlgorithm
-
Packages that use HMACSigningAlgorithm Package Description org.smallmind.nutsnbolts.security -
-
Uses of HMACSigningAlgorithm in org.smallmind.nutsnbolts.security
Methods in org.smallmind.nutsnbolts.security that return HMACSigningAlgorithm Modifier and Type Method Description static HMACSigningAlgorithmHMACSigningAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static HMACSigningAlgorithm[]HMACSigningAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.smallmind.nutsnbolts.security with parameters of type HMACSigningAlgorithm Modifier and Type Method Description static byte[]EncryptionUtility. sign(HMACSigningAlgorithm algorithm, Key secretKey, byte[] data)
-