Domain name for API request: kms.tencentcloudapi.com.
This API is used to list the encryption methods supported in the current region.
A maximum of 100 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: ListAlgorithms. |
Version | Yes | String | Common Params. The value used for this API: 2019-01-18. |
Region | No | String | Common Params. This parameter is not required for this API. |
Parameter Name | Type | Description |
---|---|---|
SymmetricAlgorithms | Array of AlgorithmInfo | Symmetric encryption algorithms supported in this region |
AsymmetricAlgorithms | Array of AlgorithmInfo | Asymmetric encryption algorithms supported in this region |
AsymmetricSignVerifyAlgorithms | Array of AlgorithmInfo | Asymmetric signature verification algorithms supported in the current region |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://kms.tencentcloudapi.com/?Action=ListAlgorithms
&<Common request parameters>
{
"Response": {
"RequestId": "460fe7ff-f4db-4509-9b20-208badcfb915",
"SymmetricAlgorithms": [
{
"KeyUsage": "ENCRYPT_DECRYPT",
"Algorithm": "SM4"
}
],
"AsymmetricAlgorithms": [
{
"KeyUsage": "ASYMMETRIC_DECRYPT_SM2",
"Algorithm": "SM2"
},
{
"KeyUsage": "ASYMMETRIC_DECRYPT_RSA_2048",
"Algorithm": "RSA_2048"
}
]
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InternalError | Internal error. |
UnauthorizedOperation | Unauthorized operation. |
Was this page helpful?