Decrypt
POST {{cryptoEndpoint}}/20180608/decrypt
Decrypts data using the given DecryptDataDetails resource.
Request Body
{"ciphertext"=>"<string>", "keyId"=>"<string>", "associatedData"=>{"quis6"=>"<string>", "voluptate_83"=>"<string>"}, "encryptionAlgorithm"=>"AES_256_GCM", "keyVersionId"=>"<string>", "loggingContext"=>{"ullamcoe"=>"<string>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | Unique identifier for the request. If provided, the returned request ID | |
will include this value. Otherwise, a random request ID will be | |||
generated by the service. | |||
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"plaintext":"\u003cstring\u003e","plaintextChecksum":"\u003cstring\u003e","encryptionAlgorithm":"AES_256_GCM","keyId":"\u003cstring\u003e","keyVersionId":"\u003cstring\u003e"}