HID APPROVE SDK
6.0
HID Approve SDK for Android
|
Extends the OTP generator to support synchronous time or event based generation. (HOTP, TOTP) More...
Public Member Functions | |
char [] | getOTP (char[] pwd) throws PasswordExpiredException, AuthenticationException, UnsupportedDeviceException, InternalException, FingerprintAuthenticationRequiredException, PasswordRequiredException, InvalidParameterException |
![]() | |
AlgorithmParameters | getAlgorithmParameters () |
String | getName () |
String | getStandardVersion () |
String | getType () |
String | getVersion () |
Extends the OTP generator to support synchronous time or event based generation. (HOTP, TOTP)
Computes OTP using an internal challenge (time or event based).
char [] com.hidglobal.ia.service.otp.SyncOTPGenerator.getOTP | ( | char [] | pwd | ) | throws PasswordExpiredException, AuthenticationException, UnsupportedDeviceException, InternalException, FingerprintAuthenticationRequiredException, PasswordRequiredException, InvalidParameterException |
Compute the one-time password.
pwd | OTP key password (if protected by password) |
PasswordExpiredException | if password is expired. |
AuthenticationException | if password is incorrect |
UnsupportedDeviceException | if device is not supported by policy. |
InternalException | if an unexpected error occurred. |
FingerprintAuthenticationRequiredException | if fingerprint authentication is required by policy. |
PasswordRequiredException | if required password was not provided. |