ImportTrustedKeyWrappedCryptoKeyVersionRequest constructor

ImportTrustedKeyWrappedCryptoKeyVersionRequest({
  1. String? algorithm,
  2. String? cryptoKeyVersion,
  3. String? importingKey,
  4. String? wrappedKey,
})

Implementation

ImportTrustedKeyWrappedCryptoKeyVersionRequest({
  this.algorithm,
  this.cryptoKeyVersion,
  this.importingKey,
  this.wrappedKey,
});