public class SoterProcessKeyPreparationResult extends com.tencent.soter.wrapper.wrap_callback.SoterProcessResultBase<SoterPubKeyModel>
errCode, errMsg
ERR_ACCOUNT_SALT_LEN_TOO_LONG, ERR_ADD_TASK_FAILED, ERR_AUTH_KEY_NOT_IN_MAP, ERR_AUTHKEY_ALREADY_EXPIRED, ERR_AUTHKEY_NOT_FOUND, ERR_CONTEXT_INSTANCE_NOT_EXISTS, ERR_CUSTOM_ASK_NAME_TOO_LONG, ERR_FINGERPRINT_AUTHENTICATION_FAILED, ERR_FINGERPRINT_LOCKED, ERR_GET_CHALLENGE, ERR_GET_SUPPORT_SOTER_REMOTE_FAILED, ERR_INIT_SIGN_FAILED, ERR_NO_BUSINESS_SCENE_PROVIDED, ERR_NO_FINGERPRINT_ENROLLED, ERR_NO_NET_WRAPPER, ERR_NOT_INIT_WRAPPER, ERR_SIGN_FAILED, ERR_START_AUTHEN_FAILED, ERR_UNEXPECTED_PURPOSE, ERR_UPLOAD_ASK_FAILED, ERR_UPLOAD_AUTH_KEY_FAILED, ERR_UPLOAD_OR_VERIFY_SIGNATURE_FAILED, ERR_USER_CANCELLED
ERR_ASK_GEN_FAILED, ERR_ASK_NOT_EXIST, ERR_AUTH_KEY_GEN_FAILED, ERR_OK, ERR_PARAMERROR, ERR_REMOVE_ASK, ERR_REMOVE_AUTH_KEY, ERR_SOTER_NOT_SUPPORTED, ERR_UNKNOWN
构造器和说明 |
---|
SoterProcessKeyPreparationResult() |
SoterProcessKeyPreparationResult(int errCode) |
SoterProcessKeyPreparationResult(int errCode,
SoterPubKeyModel extData) |
SoterProcessKeyPreparationResult(int errCode,
java.lang.String errMsg) |
SoterProcessKeyPreparationResult(int errCode,
java.lang.String errMsg,
SoterPubKeyModel extData) |
equals, getErrCode, getErrMsg, isSuccess, setErrCode, setErrMsg
public SoterProcessKeyPreparationResult()
public SoterProcessKeyPreparationResult(int errCode, java.lang.String errMsg)
public SoterProcessKeyPreparationResult(int errCode, java.lang.String errMsg, SoterPubKeyModel extData)
public SoterProcessKeyPreparationResult(int errCode)
public SoterProcessKeyPreparationResult(int errCode, SoterPubKeyModel extData)