Uses of Class
com.bastiaanjansen.otp.HMACAlgorithm
-
Packages that use HMACAlgorithm Package Description com.bastiaanjansen.otp -
-
Uses of HMACAlgorithm in com.bastiaanjansen.otp
Fields in com.bastiaanjansen.otp declared as HMACAlgorithm Modifier and Type Field Description protected HMACAlgorithmOTP. algorithmHashing algorithm used to generate code, defaults to SHA1protected HMACAlgorithmOTP. algorithmHashing algorithm used to generate code, defaults to SHA1Methods in com.bastiaanjansen.otp that return HMACAlgorithm Modifier and Type Method Description static HMACAlgorithmHMACAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static HMACAlgorithm[]HMACAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.
-