| 
    HID APPROVE SDK
    5.12
    
   HID Approve SDK for iOS/macOS 
   | 
 
Represents the OCRA suite and associated runtime parameters. More...
#import <HIDOCRAGenerator.h>
Instance Methods | |
| (NSString *) | - getChallengeFormat | 
| (int) | - getCodeDigits | 
| (NSString *) | - getCryptoFunction | 
| (int) | - getMaxChallengeLength | 
| (int) | - getMinChallengeLength | 
| (NSString *) | - getPINHashAlgo | 
| (int) | - getSessionLength | 
| (uint64_t) | - getTimeStep | 
| (BOOL) | - hasCounter | 
| (BOOL) | - hasTime | 
| (BOOL) | - isPinRequired | 
| (BOOL) | - isSessionRequired | 
| (NSString *) | - toString | 
Represents the OCRA suite and associated runtime parameters.
| - (NSString*) getChallengeFormat | 
Get challenge format.
| - (int) getCodeDigits | 
Get truncation size.
| - (NSString*) getCryptoFunction | 
Get HMAC Function used.
| - (int) getMaxChallengeLength | 
Get maximum challenge length.
| - (int) getMinChallengeLength | 
Get minimum challenge value, default value 0
| - (NSString*) getPINHashAlgo | 
Get hash algorithm for the PIN.
| - (int) getSessionLength | 
Get session length.
| - (uint64_t) getTimeStep | 
Get timestep value.
| - (BOOL) hasCounter | 
Get information whether OCRA suite includes counter in calculation.
| - (BOOL) hasTime | 
Get information whether OCRA Suite include timestamp in its calculation
| - (BOOL) isPinRequired | 
Get information whether OCRA Suite requires PIN as input. See setPIN method of the HIDInputOCRAParameters.
| - (BOOL) isSessionRequired | 
Get information whether OCRA Suite requires session information as input. See setSession method of the HIDInputOCRAParameters.
| - (NSString*) toString | 
Get the full OCRA Suite.