public class OCRASuite extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OCRASuite.Builder |
Modifier and Type | Field and Description |
---|---|
static String |
CHALLENGE_FORMAT_ALPHANUM |
static String |
CHALLENGE_FORMAT_HEX |
static String |
CHALLENGE_FORMAT_NUMERIC |
Modifier and Type | Method and Description |
---|---|
String |
getChallengeFormat()
Get challenge format.
|
int |
getCodeDigits()
Get truncation size.
|
String |
getCryptoFunction()
Get HMAC Function used.
|
int |
getMaxChallengeLength()
Get maximum challenge length.
|
int |
getMinChallengeLength()
Get minimum challenge value, default value 0
|
String |
getPinHashAlgo()
Get hash algorithm for the PIN.
|
int |
getSessionLength()
Get session length.
|
int |
getTimeStep()
Get clock value.
|
boolean |
hasCounter()
Get information whether OCRA suite includes counter in calculation.
|
boolean |
hasTime()
Get counter value.
|
boolean |
isPinRequired()
Get information whether OCRA Suite requires PIN as input.
|
boolean |
isSessionRequired()
Get information whether OCRA Suite requires session information as input.
|
String |
toString()
Get the full OCRA Suite.
|
public static final String CHALLENGE_FORMAT_ALPHANUM
public static final String CHALLENGE_FORMAT_NUMERIC
public static final String CHALLENGE_FORMAT_HEX
public String getCryptoFunction()
public int getCodeDigits()
public boolean hasCounter()
public boolean hasTime()
public int getTimeStep()
public int getMinChallengeLength()
public int getMaxChallengeLength()
public String getChallengeFormat()
public boolean isPinRequired()
public String getPinHashAlgo()
public boolean isSessionRequired()
public int getSessionLength()
Copyright © 2005-2020 HID Global Corporation/ASSA ABLOY AB.