Function name |
decrypt(String content, String encptyKey, String privateKey) |
Description |
Decrypt the ciphertext resource content returned from the Get Resource interface using the ciphertext key returned from the Get Resource interface to get the plaintext resource content. |
Request Parameters |
No. |
Parameter |
Type |
Required |
Description |
1 |
content |
String |
Y |
Ciphertext resource content |
2 |
encptyKey |
String |
Y |
Ciphertext key |
3 |
privateKey |
String |
Y |
Private key |
Response Parameters |
No. |
Parameter |
Type |
Required |
Description |
1 |
|
String |
Y |
Plaintext resource content |