| Interface | Description |
|---|---|
| ICredentialRepository | |
| IGoogleAuthenticator |
Google Authenticator library interface.
|
| Class | Description |
|---|---|
| GoogleAuthenticator |
This class implements the functionality described in RFC 6238 (TOTP: Time
based one-time password algorithm) and has been tested again Google's
implementation of such algorithm in its Google Authenticator application.
|
| GoogleAuthenticatorConfig | |
| GoogleAuthenticatorConfig.GoogleAuthenticatorConfigBuilder | |
| GoogleAuthenticatorKey |
This class is a JavaBean used by the GoogleAuthenticator library to represent
a secret key.
|
| GoogleAuthenticatorKey.Builder |
This class is a builder to create instances of the
GoogleAuthenticatorKey class. |
| GoogleAuthenticatorQRGenerator |
This class provides helper methods to create a QR code containing the
provided credential.
|
| Enum | Description |
|---|---|
| HmacHashFunction | |
| KeyRepresentation |
| Exception | Description |
|---|---|
| GoogleAuthenticatorException |
Date: 12/02/14
Time: 13:36
|
Copyright © 2018. All rights reserved.