ReEncryptResponse constructor
ReEncryptResponse({
- Uint8List? ciphertextBlob,
- EncryptionAlgorithmSpec? destinationEncryptionAlgorithm,
- String? keyId,
- EncryptionAlgorithmSpec? sourceEncryptionAlgorithm,
- String? sourceKeyId,
Implementation
ReEncryptResponse({
this.ciphertextBlob,
this.destinationEncryptionAlgorithm,
this.keyId,
this.sourceEncryptionAlgorithm,
this.sourceKeyId,
});