Uses of Class
com.bastiaanjansen.otp.TOTP
-
Packages that use TOTP Package Description com.bastiaanjansen.otp -
-
Uses of TOTP in com.bastiaanjansen.otp
Methods in com.bastiaanjansen.otp that return TOTP Modifier and Type Method Description TOTPTOTP.Builder. build()Build the generator with specified optionsstatic TOTPTOTP. fromURI(URI uri)Build a TOTPGenerator from an OTPAuth URIstatic TOTPTOTP. withDefaultValues(byte[] secret)Create a TOTPGenerator with default values
-