HID APPROVE SDK
5.4
HID APPROVE SDK for Android
|
Public Member Functions | |
AlgorithmParameters | getAlgorithmParameters () |
String | getName () |
String | getStandardVersion () |
String | getType () |
String | getVersion () |
A base interface for OTP generators.
AlgorithmParameters com.hidglobal.ia.service.otp.OTPGenerator.getAlgorithmParameters | ( | ) |
Returns The structure containing all of the algorithm parameters for OTP generator. For instance OCRASuite, timestep, counter, length...
String com.hidglobal.ia.service.otp.OTPGenerator.getName | ( | ) |
The name of the generator. TOTP, HOTP, OCRA,...
String com.hidglobal.ia.service.otp.OTPGenerator.getStandardVersion | ( | ) |
The version of OTP generator RFC standard.
String com.hidglobal.ia.service.otp.OTPGenerator.getType | ( | ) |
The type of OTP generator. Supported types: Synchronous (time or event based) Asynchronous (challenge-response)
String com.hidglobal.ia.service.otp.OTPGenerator.getVersion | ( | ) |
The version of OTP generator.