EncryptionConfig constructor
- EncryptionMode encryptionMode,
- String encryptionKey
Constructs a EncryptionConfig
Implementation
EncryptionConfig(this.encryptionMode, this.encryptionKey);
Constructs a EncryptionConfig
EncryptionConfig(this.encryptionMode, this.encryptionKey);