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 TOTPTOTPBuilder. build()Build a Time-based One-time PasswordTOTPusing the current system time (current time in milliseconds since the UNIX epoch).TOTPTOTPBuilder. build(long time)Build a Time-based One-time PasswordTOTPusing an arbitrary time.
-