Fields Summary |
---|
public static final byte | CRYPTO_FAILUREError code returned if a cyptographic error occured. |
public static final byte | CRYPTO_FORMAT_ERRORError code returned if an error occurs when formatting a
result. |
public static final byte | CRYPTO_NO_DETACHED_SIGError code returned if detached signatures
are not supported. |
public static final byte | CRYPTO_NO_OPAQUE_SIGError code returned if opaque signatures
are not supported. |
public static final byte | SE_BUSYError code returned if security element is busy. |
public static final byte | SE_FAILUREError code returned if an operation involving the security
element fails. |
public static final byte | SE_CRYPTO_FAILUREError code returned if a cryptographic operation failed in
a security element. |
public static final byte | CRYPTO_NO_CERTIFICATEError code returned if a certificate is not available
on the device for the selected public key. |
private byte | reasonCodeThe reason code for exception. |