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