Uses of Class
com.bastiaanjansen.otp.HOTPGenerator.Builder
-
Packages that use HOTPGenerator.Builder Package Description com.bastiaanjansen.otp -
-
Uses of HOTPGenerator.Builder in com.bastiaanjansen.otp
Methods in com.bastiaanjansen.otp that return HOTPGenerator.Builder Modifier and Type Method Description HOTPGenerator.BuilderHOTPGenerator.Builder. withAlgorithm(HMACAlgorithm algorithm)HOTPGenerator.BuilderHOTPGenerator.Builder. withPasswordLength(int passwordLength)Method parameters in com.bastiaanjansen.otp with type arguments of type HOTPGenerator.Builder Modifier and Type Method Description TOTPGenerator.BuilderTOTPGenerator.Builder. withHOTPGenerator(Consumer<HOTPGenerator.Builder> builder)
-