Uses of Class
cloud.opencode.base.crypto.otp.Totp
Packages that use Totp
-
Uses of Totp in cloud.opencode.base.crypto.otp
Methods in cloud.opencode.base.crypto.otp that return TotpModifier and TypeMethodDescriptionTotp.Builder.build()Builds the Totp instance with the configured settings.static TotpTotp.sha1()Creates a TOTP instance with default settings (SHA-1, 30s period, 6 digits).static TotpTotp.sha256()Creates a TOTP instance using SHA-256 (30s period, 6 digits).static TotpTotp.sha512()Creates a TOTP instance using SHA-512 (30s period, 6 digits).