GcpWrappedKeyInfo constructor

GcpWrappedKeyInfo({
  1. String? encryptedDek,
  2. String? kekUri,
  3. String? keyType,
  4. String? wipProvider,
})

Implementation

GcpWrappedKeyInfo({
  this.encryptedDek,
  this.kekUri,
  this.keyType,
  this.wipProvider,
});