Uses of Class
com.bastiaanjansen.otp.HMACAlgorithm
-
Packages that use HMACAlgorithm Package Description com.bastiaanjansen.otp -
-
Uses of HMACAlgorithm in com.bastiaanjansen.otp
Methods in com.bastiaanjansen.otp that return HMACAlgorithm Modifier and Type Method Description HMACAlgorithmHOTPGenerator. getAlgorithm()HMACAlgorithmTOTPGenerator. getAlgorithm()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.Methods in com.bastiaanjansen.otp with parameters of type HMACAlgorithm Modifier and Type Method Description HOTPGenerator.BuilderHOTPGenerator.Builder. withAlgorithm(HMACAlgorithm algorithm)
-