RawDecryptRequest constructor

RawDecryptRequest({
  1. String? additionalAuthenticatedData,
  2. String? additionalAuthenticatedDataCrc32c,
  3. String? ciphertext,
  4. String? ciphertextCrc32c,
  5. String? initializationVector,
  6. String? initializationVectorCrc32c,
  7. int? tagLength,
})

Implementation

RawDecryptRequest({
  this.additionalAuthenticatedData,
  this.additionalAuthenticatedDataCrc32c,
  this.ciphertext,
  this.ciphertextCrc32c,
  this.initializationVector,
  this.initializationVectorCrc32c,
  this.tagLength,
});