ReEncryptResponse constructor

ReEncryptResponse({
  1. Uint8List? ciphertextBlob,
  2. EncryptionAlgorithmSpec? destinationEncryptionAlgorithm,
  3. String? keyId,
  4. EncryptionAlgorithmSpec? sourceEncryptionAlgorithm,
  5. String? sourceKeyId,
})

Implementation

ReEncryptResponse({
  this.ciphertextBlob,
  this.destinationEncryptionAlgorithm,
  this.keyId,
  this.sourceEncryptionAlgorithm,
  this.sourceKeyId,
});