Class | Description |
---|---|
HotpGeneratorContext |
Implementation to calculate a hash-based one-time password
according to https://tools.ietf.org/html/rfc4226
|
OtpGeneratorContext |
Implements an abstract class for
TotpGeneratorContext and HotpGeneratorContext
according to
https://tools.ietf.org/html/rfc4226 and
https://tools.ietf.org/html/rfc6238 |
TotpGeneratorContext |
Implementation to calculate a time-based one-time password
according to https://tools.ietf.org/html/rfc6238
|
Enum | Description |
---|---|
HmacAlgorithm |
The enumerated type that provides access to a number of HMAC algorithms.
|