decrypt
//d1-client-java/io.cybercrypt.d1.serviceClients/Encrypt/decrypt
decrypt
[d1]\
public abstract DecryptResponsedecrypt(StringobjectId, Array<byte>ciphertext, Array<byte>associatedData)
Decrypt an encrypted object.
Return
an instance of DecryptResponse.
Parameters
d1
objectId | the ID of the object. |
ciphertext | the ciphertext. |
associatedData | the associated data attached to the data. |