Menu

Can I use the Knox SDK to encrypt the SD card?

Yes. Use the Knox SDK API method setExternalStorageEncryption (boolean isEncrypt) for SD card encryption. Set the boolean isEncrypt to true if encryption is required, or false if decryption is required.

This API method does not encrypt silently. It sends a notification to prompt the device user to start/cancel the encryption/decryption.