Uses of Class
com.tencentcloudapi.kms.v20190118.models.SignByAsymmetricKeyResponse
-
Packages that use SignByAsymmetricKeyResponse Package Description com.tencentcloudapi.kms.v20190118 com.tencentcloudapi.kms.v20190118.models -
-
Uses of SignByAsymmetricKeyResponse in com.tencentcloudapi.kms.v20190118
Methods in com.tencentcloudapi.kms.v20190118 that return SignByAsymmetricKeyResponse Modifier and Type Method Description SignByAsymmetricKeyResponseKmsClient. SignByAsymmetricKey(SignByAsymmetricKeyRequest req)非对称密钥签名。 注意:只有 KeyUsage 为 ASYMMETRIC_SIGN_VERIFY_SM2、ASYMMETRIC_SIGN_VERIFY_ECC 或其他支持的 ASYMMETRIC_SIGN_VERIFY_${ALGORITHM} 的密钥才可以使用签名功能。 -
Uses of SignByAsymmetricKeyResponse in com.tencentcloudapi.kms.v20190118.models
Constructors in com.tencentcloudapi.kms.v20190118.models with parameters of type SignByAsymmetricKeyResponse Constructor Description SignByAsymmetricKeyResponse(SignByAsymmetricKeyResponse 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.
-