In Tencent Cloud's CloudAudit service, related operation events of the Key Management System service are recorded. The operations supported by CloudAudit are as follows:
Operation Name | Event name |
Creating a CMK | CreateKey |
Retrieving CMK Attributes | DescribeKey |
Getting attributes of multiple CMKs | DescribeKeys |
This example shows you how to get the list of CMKs. | ListKey |
Getting CMK list details | ListKeyDetail |
Modifying CMK Description | UpdateKeyDescription |
Modify Alias | UpdateAlias |
Enable the Customer Master Key (CMK) | EnableKey |
Disable Master Key | DisableKey |
Batch Enable CMKs | EnableKeys |
Batch Disabling CMKs | DisableKeys |
Scheduling CMK Deletion | ScheduleKeyDeletion |
Disable Key Deletion Schedule | CancelKeyDeletion |
Getting the parameters of the key material imported to a CMK | GetParametersForImport |
Imports key material | ImportKeyMaterial |
Creating a white-box key | CreateWhiteBoxKey |
This API is used to encrypt data with a white-box key. | EncryptByWhiteBox |
This API is used to enable a white-box key. | EnableWhiteBoxKey |
This API is used to disable a white-box key. | DisableWhiteBoxKey |
Batch enabling white-box keys | EnableWhiteBoxKeys |
Batching disabling white-box keys | DisableWhiteBoxKeys |
Deleting a white-box key | DeleteWhiteBoxKey |
Querying the white-box key service status | DescribeWhiteBoxServiceStatus |
Overwriting the device fingerprint information of a specified key | OverwriteWhiteBoxDeviceFingerprints |
This API is used to get the device fingerprint list of a specified key. | DescribeWhiteBoxDeviceFingerprints |
This API is used to get a white-box decryption key. | DescribeWhiteBoxDecryptKey |
Decrypt | Decrypt |
Encryption | Encrypt |
Signature | SignByAsymmetricKey |
Verify Signature | VerifyByAsymmetricKey |
Key Archiving | ArchiveKey |
Canceling Key Archival | CancelKeyArchive |
Obtaining Available Service Regions | GetRegions |
VerifyByAsymmetricKey | ReEncrypt |
Generates a random number | GenerateRandom |
Generating a DEK | GenerateDataKey |
This example shows you how to query service status. | GetServiceStatus |
Listing Supported Encryption Methods in the Current Region | ListAlgorithms |
DisableKeyRotation | DisableKeyRotation |
EnableKeyRotation | EnableKeyRotation |
Querying key rotation status | GetKeyRotationStatus |
Binds a key with a Tencent Cloud resource | BindCloudResource |
Unbinding the association between CMK and cloud resources | UnbindCloudResource |
Gets the information of the public key that is encrypted with the asymmetric cryptographic algorithm | GetPublicKey |
Using SM2 to decrypt data with asymmetric keys | AsymmetricSm2Decrypt |
Using RSA to decrypt data with asymmetric keys | AsymmetricRsaDecrypt |