Uses of Class
io.mangoo.crypto.totp.TOTPBuilder
Packages that use TOTPBuilder
-
Uses of TOTPBuilder in io.mangoo.crypto.totp
Methods in io.mangoo.crypto.totp that return TOTPBuilderModifier and TypeMethodDescriptionTOTPBuilder.digits(int digits) Returns thisTOTPBuilderinstance initialized with the specifieddigits.TOTPBuilder.hmacSha(HmacShaAlgorithm algorithm) Returns thisTOTPBuilderinstance initialized with the specified HMAC-SHAalgorithm.TOTPBuilder.hmacSha256()Returns thisTOTPBuilderinstance initialized with theHmacShaAlgorithm.HMAC_SHA_256.TOTPBuilder.hmacSha512()Returns thisTOTPBuilderinstance initialized with theHmacShaAlgorithm.HMAC_SHA_512.static TOTPBuilderTOTP.key(byte[] key) Returns a newTOTPBuilderinstance initialized with the specifiedkey.TOTPBuilder.timeStep(long timeStep) Returns thisTOTPBuilderinstance initialized with the specifiedtimeStepsize.