DecapsulateResponse constructor

DecapsulateResponse({
  1. String? name,
  2. String? protectionLevel,
  3. String? sharedSecret,
  4. String? sharedSecretCrc32c,
  5. bool? verifiedCiphertextCrc32c,
})

Implementation

DecapsulateResponse({
  this.name,
  this.protectionLevel,
  this.sharedSecret,
  this.sharedSecretCrc32c,
  this.verifiedCiphertextCrc32c,
});