Skip to content

DecryptResponse

Purpose

A DecryptResponse contains the data decrypted by a decryption engine instance in response to a DecryptRequest.

Type

Record with fields:

  • data: []byte

Decrypted data

  • error: Maybe<string>

Error in decryption, if applicable