Class OtpServiceAbstract
java.lang.Object
org.bardframework.flow.form.field.input.otp.time.OtpServiceAbstract
- All Implemented Interfaces:
OtpGenerator<Void>
- Direct Known Subclasses:
HotpService,TotpService
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OtpServiceAbstract
public OtpServiceAbstract()
-
-
Method Details
-
generate
-
verify
- Throws:
GeneralSecurityException
-
hmac
- Throws:
GeneralSecurityException
-
generateSecret
- Throws:
GeneralSecurityException
-
generate
- Specified by:
generatein interfaceOtpGenerator<Void>
-
isNumber
- Specified by:
isNumberin interfaceOtpGenerator<Void>
-
getLength
public int getLength()- Specified by:
getLengthin interfaceOtpGenerator<Void>
-