Properties | |
ENCRYPTION_MODE | encryptionMode [get, set] |
string | encryptionKey [get, set] |
Configurations of built-in encryption schemas.
|
getset |
Encryption mode. The default encryption mode is AES_128_XTS
. See ENCRYPTION_MODE.
|
getset |
Encryption key in string type.
NULL
, you cannot use the built-in encryption, and the SDK returns ERR_INVALID_ARGUMENT (-2)
.