Decrypts a certificate in a certificate repository.
Operation description
You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
CertIdentifier | string | Yes | The unique identifier of the certificate. You can call the ListCert operation to query the identifier.
| 12345678-1234-1234-1234-12345678**** |
Algorithm | string | Yes | The encryption algorithm. Valid values:
| RSAESOAEPSHA_1 |
CiphertextBlob | string | Yes | The data that you want to decrypt. The value is encoded in Base64. | ZOyIygCyaOW6Gj****MlNKiuyjfzw= |
MessageType | string | No | The value type of the Message parameter. Valid values:
| Base64 |
Response parameters
Examples
Sample success responses
JSON
format
{
"Plaintext": "VGhlIHF1aWNrIGJyb3duIGZveCBqdW1wcyBvdmVyIHRoZSBsYXp5IGRvZy4",
"RequestId": "5979d897-d69f-4fc9-87dd-f3bb73c40b80",
"CertIdentifier": "12345678-1234-1234-1234-12345678****"
}
Error codes
For a list of error codes, visit the Service error codes.