Uses of Class
com.eatthepath.otp.UncheckedNoSuchAlgorithmException
-
Uses of UncheckedNoSuchAlgorithmException in com.eatthepath.otp
Constructors in com.eatthepath.otp that throw UncheckedNoSuchAlgorithmExceptionModifierConstructorDescriptionTimeBasedOneTimePasswordGenerator
(Duration timeStep, int passwordLength, String algorithm) Constructs a new time-based one-time password generator with the given time-step, password length, and HMAC algorithm.