Uses of Class
io.mangoo.crypto.totp.OTPKey.OTPType
-
Packages that use OTPKey.OTPType Package Description io.mangoo.crypto.totp -
-
Uses of OTPKey.OTPType in io.mangoo.crypto.totp
Methods in io.mangoo.crypto.totp that return OTPKey.OTPType Modifier and Type Method Description OTPKey.OTPTypeOTPKey.OTPType. from(String name)OTPKey.OTPTypeOTPKey. getType()Returns the type of OTP.static OTPKey.OTPTypeOTPKey.OTPType. valueOf(String name)Returns the enum constant of this type with the specified name.static OTPKey.OTPType[]OTPKey.OTPType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.mangoo.crypto.totp with parameters of type OTPKey.OTPType Constructor Description OTPKey(String key, OTPKey.OTPType type)Creates a new instance of an OTP key of type HOTP or TOTP.
-