HID APPROVE SDK  5.9
HID Approve SDK for Android
com.hidglobal.ia.service.otp.parameters.AlgorithmParameters Class Referenceabstract

Base class for algorithm configuration parameters. More...

Inheritance diagram for com.hidglobal.ia.service.otp.parameters.AlgorithmParameters:
com.hidglobal.ia.service.otp.parameters.HOTPParameters com.hidglobal.ia.service.otp.parameters.OCRAParameters com.hidglobal.ia.service.otp.parameters.TOTPParameters

Public Member Functions

Set< String > getModes ()
 
int getStandardVersion ()
 
void setModes (Set< String > authModes)
 
void setStandardVersion (int standardVersion)
 

Detailed Description

Base class for algorithm configuration parameters.

Base class for algorithm configuration parameters.

Member Function Documentation

◆ getModes()

Set<String> com.hidglobal.ia.service.otp.parameters.AlgorithmParameters.getModes ( )
inline

Returns The modes supported by the algorithm.

Returns
The modes supported by the algorithm as an array of strings.

◆ getStandardVersion()

int com.hidglobal.ia.service.otp.parameters.AlgorithmParameters.getStandardVersion ( )
inline

Returns the version of the algorithm.

Returns
Returns the version of the algorithm.

◆ setModes()

void com.hidglobal.ia.service.otp.parameters.AlgorithmParameters.setModes ( Set< String >  authModes)
inline

Sets the modes supported by the algorithm.

Parameters
authModesmodes supported by the algorithm as an array of strings.

◆ setStandardVersion()

void com.hidglobal.ia.service.otp.parameters.AlgorithmParameters.setStandardVersion ( int  standardVersion)
inline

Sets the version of the algorithm.

Parameters
standardVersionthe version of the algorithm.