Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EncryptionConfig

Configurations of built-in encryption schemas.

Hierarchy

  • EncryptionConfig

Index

Constructors

Properties

Constructors

constructor

Properties

encryptionKey

encryptionKey: string

Encryption key in string type.

note

If you do not set an encryption key or set it as null, you cannot use the built-in encryption, and the SDK returns -2(ERR_INVALID_ARGUMENT).

encryptionMode

encryptionMode: ENCRYPTION_MODE

Encryption mode. The default encryption mode is AES_128_XTS. See ENCRYPTION_MODE.

Generated using TypeDoc