|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectds.ov2.util.Response_status
public class Response_status
Response status words for the OV-ship project and the OV-chip protocol layer. I read somewhere that the status words 0x9xxx that are different from 0x9000 can be defined and used in application. I am not completely sure this is true, but until now it works for all the cards that I am using.
Static class containing constants only.
Field Summary | |
---|---|
static short |
OV_ASSERTION_00
Assertion failure. |
static short |
OV_BAD_HOST_DATA
Bad host challenge. |
static short |
OV_RSA_EXP_FAILURE
RSA exponent initialization failed. |
static short |
OV_RSA_KEY_FAILURE
RSA public key creation failed. |
static short |
OV_RSA_MOD_FAILURE
RSA modulus initialization failed. |
static short |
OV_RSA_NOPAD_CIPHER_FAILURE
RSA NOPAD cipher initialization failed. |
static short |
OV_TEST_FAILED_00
Test failed in the test applet. |
static short |
OV_UNEXPECTED_BATCH
Wrong batch. |
static short |
OV_UNEXPECTED_PROTOCOL_ID
Wrong protocol. |
static short |
OV_UNEXPECTED_PROTOCOL_STEP
Wrong step. |
static short |
OV_WRONG_RESPONSE_LENGTH
Unexpected response length. |
Constructor Summary | |
---|---|
protected |
Response_status()
Static class, object creation disabled. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final short OV_UNEXPECTED_PROTOCOL_ID
public static final short OV_UNEXPECTED_PROTOCOL_STEP
public static final short OV_UNEXPECTED_BATCH
public static final short OV_WRONG_RESPONSE_LENGTH
Response_apdu.throw_if_not_ok
for APDU without error but
unexpected response length.
public static final short OV_RSA_NOPAD_CIPHER_FAILURE
public static final short OV_RSA_KEY_FAILURE
public static final short OV_RSA_MOD_FAILURE
public static final short OV_RSA_EXP_FAILURE
public static final short OV_BAD_HOST_DATA
public static final short OV_TEST_FAILED_00
public static final short OV_ASSERTION_00
Misc.myassert
. For a failed ASSERT the
argument is 0. See also the list of used
assert tags.
Constructor Detail |
---|
protected Response_status()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |