Uses of Class
cloud.opencode.base.crypto.otp.Hotp
Packages that use Hotp
-
Uses of Hotp in cloud.opencode.base.crypto.otp
Methods in cloud.opencode.base.crypto.otp that return HotpModifier and TypeMethodDescriptionstatic HotpCreates an HOTP instance using a custom HMAC algorithm.static HotpHotp.sha1()Creates an HOTP instance using HmacSHA1 (default, compatible with most authenticator apps).static HotpHotp.sha256()Creates an HOTP instance using HmacSHA256.static HotpHotp.sha512()Creates an HOTP instance using HmacSHA512.