Package com.warrenstrange.googleauth
Class GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder
java.lang.Object
com.warrenstrange.googleauth.GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder
- Enclosing class:
- GoogleAuthenticatorConfig
public static class GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder extends Object
-
Constructor Summary
Constructors Constructor Description GoogleAuthenticatorConfigBuilder() -
Method Summary
Modifier and Type Method Description GoogleAuthenticatorConfigbuild()GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuildersetCodeDigits(int codeDigits)GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuildersetHmacHashFunction(HmacHashFunction hmacHashFunction)GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuildersetKeyRepresentation(KeyRepresentation keyRepresentation)GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuildersetNumberOfScratchCodes(int numberOfScratchCodes)GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuildersetSecretBits(int secretBits)GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuildersetTimeStepSizeInMillis(long timeStepSizeInMillis)GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuildersetWindowSize(int windowSize)
-
Constructor Details
-
GoogleAuthenticatorConfigBuilder
public GoogleAuthenticatorConfigBuilder()
-
-
Method Details
-
build
-
setCodeDigits
-
setNumberOfScratchCodes
public GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder setNumberOfScratchCodes(int numberOfScratchCodes) -
setTimeStepSizeInMillis
public GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder setTimeStepSizeInMillis(long timeStepSizeInMillis) -
setWindowSize
-
setSecretBits
-
setKeyRepresentation
public GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder setKeyRepresentation(KeyRepresentation keyRepresentation) -
setHmacHashFunction
public GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder setHmacHashFunction(HmacHashFunction hmacHashFunction)
-