All Classes

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  
GoogleAuthenticatorException
Date: 12/02/14 Time: 13:36
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.
HmacHashFunction  
ICredentialRepository  
IGoogleAuthenticator
Google Authenticator library interface.
KeyRepresentation