public interface SyncOTPGenerator extends OTPGenerator
Modifier and Type | Method and Description |
---|---|
char[] |
getOTP(char[] pwd)
Compute the one-time password.
|
getAlgorithmParameters, getName, getStandardVersion, getType, getVersion
char[] getOTP(char[] pwd) throws InvalidPasswordException, AuthenticationException, InternalException, FingerprintAuthenticationRequiredException, PasswordRequiredException
pwd
- OTP key password (if protected by password)InvalidPasswordException
- if password validation fails.AuthenticationException
- if password is incorrectInternalException
- if an unexpected error occurred.FingerprintAuthenticationRequiredException
- if fingerprint authentication is required by policy.PasswordRequiredException
- if required password was not provided and cached password is not available.Copyright © 2005-2020 HID Global Corporation/ASSA ABLOY AB.