decryptFile
fun decryptFile(encryptedFile: ByteArray): ClearFile
Decrypts an encrypted file into the corresponding clear-text file.
Return
A ClearFile instance, containing the filename and the fileContent of the decrypted file.
Parameters
encryptedFile | A ByteArray of the content of the encrypted file to decrypt. |
Throws
SealdException |