Type alias NEEncryptionConfig

NEEncryptionConfig: {
    encryptKey: string;
    encryptLibPath?: string;
    encryptionMode: NEEncryptionMode;
}

Type declaration

  • encryptKey: string
  • Optional encryptLibPath?: string

    自定义加密需要传动态库地址,仅Electron支持

  • encryptionMode: NEEncryptionMode