JavaScript is disabled on your browser.
Skip navigation links
svenkubiak, 7.3.0-RC4
Overview
Package
Class
Use
Tree
Index
SEARCH:
Uses of Class
io.mangoo.crypto.totp.TOTP
Packages that use
TOTP
Package
Description
io.mangoo.crypto.totp
Uses of
TOTP
in
io.mangoo.crypto.totp
Methods in
io.mangoo.crypto.totp
that return
TOTP
Modifier and Type
Method
Description
TOTP
TOTPBuilder.
build
()
Build a Time-based One-time Password
TOTP
using the current system time (current time in milliseconds since the UNIX epoch).
TOTP
TOTPBuilder.
build
(long time)
Build a Time-based One-time Password
TOTP
using an arbitrary time.