|
CIC iSign Version 1.2 | ||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
java.lang.Object | +--InkTools.CicReturn
Defines the CIC InkTools return and error codes. These error codes can be directly displayed in a string, since to every error code a description is assigned.
| Field Summary | |
static CicReturn |
ARRAY_ERROR
An array passed in has less element as expected. |
static CicReturn |
ENC_KEY_LENGTH
The encryption key has to be exact 8 byte long, for TRIPLE_DES exact 24 bytes long. |
static CicReturn |
ENROLL_TOO_DIFFERENT
To cerate a template, the signatures must be consistend, meaning the user can't use 2 or 3 different signatures for enrollment. |
static CicReturn |
ENROLL_TOO_SIMPLE
To create a template it is neccessary to provide signatures with a certain complexity. |
static CicReturn |
ENROLLMENT_ERROR
For a unknown reason, the signatures couldn't get enrolled. |
static CicReturn |
FILE_ERROR
File error. |
static CicReturn |
INVALID_ENC_ALG
A none valid encryption algorithm number was passed in. |
static CicReturn |
INVALID_SAMPLECOUNT
The enrollment failed because less than 3 signatures where passed into the enrollment function. |
static CicReturn |
INVALID_THRESHOLD
Only threshold values from 0 to 5 are valid. |
static CicReturn |
NO_INK
The CicDoodle object has no ink. |
static CicReturn |
NO_SIGNATURE
A signature was requested which is not available. |
static CicReturn |
NO_TEMPLATE
The function failed because there was no valid user template loaded into the CicSigCheck class. |
static CicReturn |
OK
The function succeded. |
static CicReturn |
SIG_AMBIGUOUS
According to the current verification threshold, this signature was verified as ambiguous. |
static CicReturn |
SIG_FORGERY
The signature could not get verified. |
static CicReturn |
TEMP_CORRUPT
The loading of the template failed because it couldn't get decrypted correctly or there was no valid data in the template. |
static CicReturn |
TEMP_UNREADABLE
The encrypted template could get correctly decrypted. |
| Method Summary | |
java.lang.String |
toString()
Return the error message as a string. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final CicReturn OK
public static final CicReturn NO_INK
public static final CicReturn NO_TEMPLATE
public static final CicReturn TEMP_UNREADABLE
public static final CicReturn TEMP_CORRUPT
public static final CicReturn INVALID_SAMPLECOUNT
public static final CicReturn ENROLLMENT_ERROR
public static final CicReturn ENC_KEY_LENGTH
public static final CicReturn INVALID_ENC_ALG
public static final CicReturn INVALID_THRESHOLD
public static final CicReturn SIG_AMBIGUOUS
public static final CicReturn SIG_FORGERY
public static final CicReturn FILE_ERROR
public static final CicReturn ENROLL_TOO_SIMPLE
public static final CicReturn ENROLL_TOO_DIFFERENT
public static final CicReturn NO_SIGNATURE
public static final CicReturn ARRAY_ERROR
| Method Detail |
public java.lang.String toString()
toString in class java.lang.Object
|
CIC iSign Version 1.2 | ||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||