AsymmetricDecryptResponse constructor

AsymmetricDecryptResponse({
  1. String? plaintext,
  2. String? plaintextCrc32c,
  3. String? protectionLevel,
  4. bool? verifiedCiphertextCrc32c,
})

Implementation

AsymmetricDecryptResponse({
  this.plaintext,
  this.plaintextCrc32c,
  this.protectionLevel,
  this.verifiedCiphertextCrc32c,
});