var challengeFormat: HIDApproveOCRAChallengeType
Get challenge format.
HIDApproveOCRAChallengeType (numeric, hexadecimal, alphanumeric).var codeDigits: Int32
Get truncation size. (0 indicates no truncation).
var cryptoFunction: String
Get HMAC Function used. (HMAC-SHA1, HMAC-SHA256, HMAC-SHA512)
var description: String
Get the full OCRA Suite as a String value.
var hasCounter: Bool
Get information whether OCRA suite includes counter in calculation.
var hasTime: Bool
Get information whether OCRA Suite include timestamp in its calculation
var isPinRequired: Bool
Get information whether OCRA Suite requires PIN as input. See setPIN method of the HIDApproveInputOCRAParameters.
var isSessionRequired: Bool
Get information whether OCRA Suite requires session information as input. See setSession method of the HIDApproveInputOCRAParameters.
var maxChallengeLength: Int32
Get maximum challenge length.
var minChallengeLength: Int32
Get minimum challenge value, default value 0
var pinHashAlgo: String
Get hash algorithm for the PIN. May be empty if not required.
var sessionLength: Int32
Get session length.
var timeStep: UInt64
Get timestep value. (0 if no timestep used in its calculation)