public interface SoterErrCode
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ERR_ASK_GEN_FAILED
Failed to generate App Secure Key
|
static int |
ERR_ASK_NOT_EXIST
App Secure Key does not exist
|
static int |
ERR_AUTH_KEY_GEN_FAILED
Failed to generate Auth Key
|
static int |
ERR_OK
The operation is OK
|
static int |
ERR_PARAMERROR
The parameter is not valid.
|
static int |
ERR_REMOVE_ASK
Failed to delete App Secure Key
|
static int |
ERR_REMOVE_AUTH_KEY
Failed to remove Auth Key
|
static int |
ERR_SOTER_NOT_SUPPORTED
Not suopport SOTER.
|
static int |
ERR_UNKNOWN
Undefined result
|
static final int ERR_UNKNOWN
static final int ERR_OK
static final int ERR_PARAMERROR
static final int ERR_SOTER_NOT_SUPPORTED
static final int ERR_ASK_NOT_EXIST
static final int ERR_ASK_GEN_FAILED
static final int ERR_REMOVE_ASK
static final int ERR_AUTH_KEY_GEN_FAILED
static final int ERR_REMOVE_AUTH_KEY