EncryptionConfig constructor

最近更新时间:2022-09-20 05:17:40

EncryptionConfig(
    EncryptionMode encryptionMode,
    String encryptionKey
)

Constructs a EncryptionConfig

Implementation

EncryptionConfig(this.encryptionMode, this.encryptionKey);