HID APPROVE SDK  5.4
HID APPROVE SDK for Android
com.hidglobal.ia.service.otp.OTPGenerator Interface Reference
Inheritance diagram for com.hidglobal.ia.service.otp.OTPGenerator:
com.hidglobal.ia.service.otp.AsyncOTPGenerator com.hidglobal.ia.service.otp.SyncOTPGenerator

Public Member Functions

AlgorithmParameters getAlgorithmParameters ()
 
String getName ()
 
String getStandardVersion ()
 
String getType ()
 
String getVersion ()
 

Detailed Description

A base interface for OTP generators.

Member Function Documentation

◆ getAlgorithmParameters()

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...

Returns
The instance of algorithm parameters.

◆ getName()

String com.hidglobal.ia.service.otp.OTPGenerator.getName ( )

The name of the generator. TOTP, HOTP, OCRA,...

Returns
The generator name.

◆ getStandardVersion()

String com.hidglobal.ia.service.otp.OTPGenerator.getStandardVersion ( )

The version of OTP generator RFC standard.

Returns
The generator version standard.

◆ getType()

String com.hidglobal.ia.service.otp.OTPGenerator.getType ( )

The type of OTP generator. Supported types: Synchronous (time or event based) Asynchronous (challenge-response)

Returns
The generator type.

◆ getVersion()

String com.hidglobal.ia.service.otp.OTPGenerator.getVersion ( )

The version of OTP generator.

Returns
The generator version.

The documentation for this interface was generated from the following file: