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