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