Class TotpService
java.lang.Object
org.bardframework.flow.form.field.input.otp.time.OtpServiceAbstract
org.bardframework.flow.form.field.input.otp.time.TotpService
- All Implemented Interfaces:
OtpGenerator<Void>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bardframework.flow.form.field.input.otp.time.OtpServiceAbstract
generate, generateSecret, getLength, hmac, isNumber
-
Constructor Details
-
TotpService
public TotpService()
-
-
Method Details
-
getUri
-
generate
- Specified by:
generatein classOtpServiceAbstract
-
verify
- Specified by:
verifyin classOtpServiceAbstract- Throws:
GeneralSecurityException
-
setWindow
public void setWindow(int window)
-