- setContext(Context) - 类 中的方法com.tencent.soter.wrapper.wrap_task.AuthenticationParam.AuthenticationParamBuilder
-
Set the context of your calling component.
- setCounter(long) - 类 中的方法com.tencent.soter.core.model.SoterPubKeyModel
-
- setCpu_id(String) - 类 中的方法com.tencent.soter.core.model.SoterPubKeyModel
-
- setCpuId(String) - 类 中的方法com.tencent.soter.core.model.SoterSignatureResult
-
- setCustomAppSecureKeyName(String) - 类 中的方法com.tencent.soter.wrapper.wrap_task.InitializeParam.InitializeParamBuilder
-
Set a custom app secure key name.
- setDistinguishSalt(String) - 类 中的方法com.tencent.soter.wrapper.wrap_task.InitializeParam.InitializeParamBuilder
-
Set the salt added in authkey names in case you have some scenery to distinguish business scenes.
- setErrCode(int) - 类 中的方法com.tencent.soter.core.model.SoterCoreResult
-
- setErrMsg(String) - 类 中的方法com.tencent.soter.core.model.SoterCoreResult
-
- setFingerprintCanceller(SoterFingerprintCanceller) - 类 中的方法com.tencent.soter.wrapper.wrap_task.AuthenticationParam.AuthenticationParamBuilder
-
The fingerprint canceller set by the application so that you can control cancellation event from your logic
- setGetSupportNetWrapper(IWrapGetSupportNet) - 类 中的方法com.tencent.soter.wrapper.wrap_task.InitializeParam.InitializeParamBuilder
-
Set the network wrapper to query whether the device supports SOTER from server.
- setIWrapGetChallengeStr(IWrapGetChallengeStr) - 类 中的方法com.tencent.soter.wrapper.wrap_task.AuthenticationParam.AuthenticationParamBuilder
-
Set the get challenge wrapper so that we can try to fetch the challenge via network.
- setIWrapUploadSignature(IWrapUploadSignature) - 类 中的方法com.tencent.soter.wrapper.wrap_task.AuthenticationParam.AuthenticationParamBuilder
-
Set the get upload signature wrapper so that we can try to upload the final result via network.
- setPrefilledChallenge(String) - 类 中的方法com.tencent.soter.wrapper.wrap_task.AuthenticationParam.AuthenticationParamBuilder
-
If you previously got the challenge, call this method to tell us.
- setPub_key_in_x509(String) - 类 中的方法com.tencent.soter.core.model.SoterPubKeyModel
-
- setRawJson(String) - 类 中的方法com.tencent.soter.core.model.SoterPubKeyModel
-
- setScene(int) - 类 中的方法com.tencent.soter.wrapper.wrap_task.AuthenticationParam.AuthenticationParamBuilder
-
Set which business scene you want to authenticate.
- setScenes(int...) - 类 中的方法com.tencent.soter.wrapper.wrap_task.InitializeParam.InitializeParamBuilder
-
Set the business scenes of your application.
- setSignature(String) - 类 中的方法com.tencent.soter.core.model.SoterPubKeyModel
-
- setSignature(String) - 类 中的方法com.tencent.soter.core.model.SoterSignatureResult
-
- setSoterFingerprintStateCallback(SoterFingerprintStateCallback) - 类 中的方法com.tencent.soter.wrapper.wrap_task.AuthenticationParam.AuthenticationParamBuilder
-
The fingerprint status callback so that you can acknowledge the authentication status.
- setSoterLogger(ISoterLogger) - 类 中的方法com.tencent.soter.wrapper.wrap_task.InitializeParam.InitializeParamBuilder
-
Set a log implement.
- setUid(int) - 类 中的方法com.tencent.soter.core.model.SoterPubKeyModel
-
- setUp() - 类 中的静态方法com.tencent.soter.core.SoterCore
-
The prepare work before using SOTER.
- signatureData - 类 中的变量com.tencent.soter.wrapper.wrap_net.IWrapUploadSignature.UploadSignatureRequest
-
- signatureJson - 类 中的变量com.tencent.soter.wrapper.wrap_net.IWrapUploadSignature.UploadSignatureRequest
-
- signatureSaltLength - 类 中的变量com.tencent.soter.wrapper.wrap_net.IWrapUploadSignature.UploadSignatureRequest
-
- SOTER_COMMON_KEYNAME_PREFIX - 接口 中的静态变量com.tencent.soter.core.model.ConstantsSoter
-
- SOTER_FINGERPRINT_ERR_FAIL_MAX_MSG - 接口 中的静态变量com.tencent.soter.core.model.ConstantsSoter
-
- SOTER_PROVIDER_NAME - 接口 中的静态变量com.tencent.soter.core.model.ConstantsSoter
-
- SoterCore - com.tencent.soter.core中的类
-
The SOTER Core APIs for developer to handle keys and other basic stuff.
- SoterCore() - 类 的构造器com.tencent.soter.core.SoterCore
-
- SoterCoreResult - com.tencent.soter.core.model中的类
-
Created by henryye on 2017/4/6.
- SoterCoreResult(int, String) - 类 的构造器com.tencent.soter.core.model.SoterCoreResult
-
- SoterCoreResult(int) - 类 的构造器com.tencent.soter.core.model.SoterCoreResult
-
- SoterErrCode - com.tencent.soter.core.model中的接口
-
Error codes in SOTER core operations.
- SoterFingerprintCanceller - com.tencent.soter.wrapper.wrap_fingerprint中的类
-
Created by henryye on 2017/4/24.
- SoterFingerprintCanceller() - 类 的构造器com.tencent.soter.wrapper.wrap_fingerprint.SoterFingerprintCanceller
-
- SoterFingerprintStateCallback - com.tencent.soter.wrapper.wrap_fingerprint中的接口
-
Created by henryye on 2017/4/24.
- SoterProcessAuthenticationResult - com.tencent.soter.wrapper.wrap_callback中的类
-
Created by henryye on 2017/6/22.
- SoterProcessAuthenticationResult() - 类 的构造器com.tencent.soter.wrapper.wrap_callback.SoterProcessAuthenticationResult
-
- SoterProcessAuthenticationResult(int, String) - 类 的构造器com.tencent.soter.wrapper.wrap_callback.SoterProcessAuthenticationResult
-
- SoterProcessAuthenticationResult(int, String, SoterSignatureResult) - 类 的构造器com.tencent.soter.wrapper.wrap_callback.SoterProcessAuthenticationResult
-
- SoterProcessAuthenticationResult(int) - 类 的构造器com.tencent.soter.wrapper.wrap_callback.SoterProcessAuthenticationResult
-
- SoterProcessAuthenticationResult(int, SoterSignatureResult) - 类 的构造器com.tencent.soter.wrapper.wrap_callback.SoterProcessAuthenticationResult
-
- SoterProcessCallback<T extends com.tencent.soter.wrapper.wrap_callback.SoterProcessResultBase> - com.tencent.soter.wrapper.wrap_callback中的接口
-
Created by henryye on 2017/4/18.
- SoterProcessErrCode - com.tencent.soter.wrapper.wrap_core中的接口
-
Created by henryye on 2017/4/7.
- SoterProcessKeyPreparationResult - com.tencent.soter.wrapper.wrap_callback中的类
-
Created by henryye on 2017/6/22.
- SoterProcessKeyPreparationResult() - 类 的构造器com.tencent.soter.wrapper.wrap_callback.SoterProcessKeyPreparationResult
-
- SoterProcessKeyPreparationResult(int, String) - 类 的构造器com.tencent.soter.wrapper.wrap_callback.SoterProcessKeyPreparationResult
-
- SoterProcessKeyPreparationResult(int, String, SoterPubKeyModel) - 类 的构造器com.tencent.soter.wrapper.wrap_callback.SoterProcessKeyPreparationResult
-
- SoterProcessKeyPreparationResult(int) - 类 的构造器com.tencent.soter.wrapper.wrap_callback.SoterProcessKeyPreparationResult
-
- SoterProcessKeyPreparationResult(int, SoterPubKeyModel) - 类 的构造器com.tencent.soter.wrapper.wrap_callback.SoterProcessKeyPreparationResult
-
- SoterProcessNoExtResult - com.tencent.soter.wrapper.wrap_callback中的类
-
Created by henryye on 2017/6/22.
- SoterProcessNoExtResult() - 类 的构造器com.tencent.soter.wrapper.wrap_callback.SoterProcessNoExtResult
-
- SoterProcessNoExtResult(int, String) - 类 的构造器com.tencent.soter.wrapper.wrap_callback.SoterProcessNoExtResult
-
- SoterProcessNoExtResult(int) - 类 的构造器com.tencent.soter.wrapper.wrap_callback.SoterProcessNoExtResult
-
- SoterPubKeyModel - com.tencent.soter.core.model中的类
-
The public key model for App Secure Key and Auth Key.
- SoterPubKeyModel(long, int, String, String, String) - 类 的构造器com.tencent.soter.core.model.SoterPubKeyModel
-
- SoterPubKeyModel(String, String) - 类 的构造器com.tencent.soter.core.model.SoterPubKeyModel
-
- SoterSignatureResult - com.tencent.soter.core.model中的类
-
The signature model generated in TEE after authenticated by user's enrolled fingerprint.
- SoterSignatureResult(String, String, long, String, String, String, String, String, String, int) - 类 的构造器com.tencent.soter.core.model.SoterSignatureResult
-
- SoterSignatureResult() - 类 的构造器com.tencent.soter.core.model.SoterSignatureResult
-
- SoterWrapperApi - com.tencent.soter.wrapper中的类
-
Created by henryye on 2017/4/13.
- SoterWrapperApi() - 类 的构造器com.tencent.soter.wrapper.SoterWrapperApi
-