Uses of Class
com.tencentcloudapi.faceid.v20180301.models.EncryptedPhoneVerificationRequest
-
Packages that use EncryptedPhoneVerificationRequest Package Description com.tencentcloudapi.faceid.v20180301 com.tencentcloudapi.faceid.v20180301.models -
-
Uses of EncryptedPhoneVerificationRequest in com.tencentcloudapi.faceid.v20180301
Methods in com.tencentcloudapi.faceid.v20180301 with parameters of type EncryptedPhoneVerificationRequest Modifier and Type Method Description EncryptedPhoneVerificationResponseFaceidClient. EncryptedPhoneVerification(EncryptedPhoneVerificationRequest req)本接口用于校验手机号、姓名和身份证号的真实性和一致性,入参支持明文、MD5和SHA256加密传输。 -
Uses of EncryptedPhoneVerificationRequest in com.tencentcloudapi.faceid.v20180301.models
Constructors in com.tencentcloudapi.faceid.v20180301.models with parameters of type EncryptedPhoneVerificationRequest Constructor Description EncryptedPhoneVerificationRequest(EncryptedPhoneVerificationRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-