AwsWrappedKeyInfo constructor

AwsWrappedKeyInfo({
  1. String? encryptedDek,
  2. String? kekUri,
  3. String? keyType,
  4. String? roleArn,
})

Implementation

AwsWrappedKeyInfo({
  this.encryptedDek,
  this.kekUri,
  this.keyType,
  this.roleArn,
});