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

KeyDatatypeRequiredDescription
opc-request-idstringUnique 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-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;plaintext&quot;:&quot;\u003cstring\u003e&quot;,&quot;plaintextChecksum&quot;:&quot;\u003cstring\u003e&quot;,&quot;encryptionAlgorithm&quot;:&quot;AES_256_GCM&quot;,&quot;keyId&quot;:&quot;\u003cstring\u003e&quot;,&quot;keyVersionId&quot;:&quot;\u003cstring\u003e&quot;}