Configurations of built-in encryption schemas.
Encryption key in string type.
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).
null
ERR_INVALID_ARGUMENT
Encryption mode. The default encryption mode is AES_128_XTS. See ENCRYPTION_MODE.
AES_128_XTS
Generated using TypeDoc
Configurations of built-in encryption schemas.