Uses of Class
com.warrenstrange.googleauth.HmacHashFunction
-
Uses of HmacHashFunction in com.warrenstrange.googleauth
Methods in com.warrenstrange.googleauth that return HmacHashFunction Modifier and Type Method Description HmacHashFunctionGoogleAuthenticatorConfig. getHmacHashFunction()Returns the cryptographic hash function used to calculate the HMAC (Hash-based Message Authentication Code).static HmacHashFunctionHmacHashFunction. valueOf(String name)Returns the enum constant of this type with the specified name.static HmacHashFunction[]HmacHashFunction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.warrenstrange.googleauth with parameters of type HmacHashFunction Modifier and Type Method Description GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilderGoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder. setHmacHashFunction(HmacHashFunction hmacHashFunction)