JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Index
Search
Help
com.eatthepath.otp
Contents
Description
Classes and Interfaces
Hide sidebar
Show sidebar
Package com.eatthepath.otp
package
com.eatthepath.otp
Contains classes for generating one-time passwords using either the
HOTP (RFC 4226)
or
TOTP (RFC 6328)
algorithms.
Author:
Jon Chambers
Classes
Class
Description
HmacOneTimePasswordGenerator
Generates HMAC-based one-time passwords (HOTP) as specified in
RFC 4226
.
TimeBasedOneTimePasswordGenerator
Generates time-based one-time passwords (TOTP) as specified in
RFC 6238
.