| 程序包 | 说明 |
|---|---|
| com.ms.tools.security.authenticator.factory |
| 限定符和类型 | 方法和说明 |
|---|---|
GoogleAuthenticatorConfig |
GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder.build() |
GoogleAuthenticatorConfig |
GoogleAuthenticatorKey.getConfig()
Get the config of this key.
|
| 限定符和类型 | 方法和说明 |
|---|---|
GoogleAuthenticatorKey.Builder |
GoogleAuthenticatorKey.Builder.setConfig(GoogleAuthenticatorConfig config)
Sets the config of the TOTP algorithm for this key.
|
| 构造器和说明 |
|---|
GoogleAuthenticator(GoogleAuthenticatorConfig config)
The constructor that allows a user to specify the config and uses the default randomNumberAlgorithm and randomNumberAlgorithmProvider.
|
GoogleAuthenticator(GoogleAuthenticatorConfig config,
String randomNumberAlgorithm,
String randomNumberAlgorithmProvider)
The constructor that allows a user to specify the config, the randomNumberAlgorithm, and the randomNumberAlgorithmProvider.
|
Copyright © 2024. All rights reserved.