ImportContextBakImportOptionsEncryptionOptions constructor

ImportContextBakImportOptionsEncryptionOptions({
  1. String? certPath,
  2. String? pvkPassword,
  3. String? pvkPath,
})

Implementation

ImportContextBakImportOptionsEncryptionOptions({
  this.certPath,
  this.pvkPassword,
  this.pvkPath,
});