RawDecryptResponse constructor

RawDecryptResponse({
  1. String? plaintext,
  2. String? plaintextCrc32c,
  3. String? protectionLevel,
  4. bool? verifiedAdditionalAuthenticatedDataCrc32c,
  5. bool? verifiedCiphertextCrc32c,
  6. bool? verifiedInitializationVectorCrc32c,
})

Implementation

RawDecryptResponse({
  this.plaintext,
  this.plaintextCrc32c,
  this.protectionLevel,
  this.verifiedAdditionalAuthenticatedDataCrc32c,
  this.verifiedCiphertextCrc32c,
  this.verifiedInitializationVectorCrc32c,
});