encryptFileAsync
suspend fun encryptFileAsync(clearFile: ByteArray, filename: String): ByteArray
Encrypt a clear-text file into an encrypted file, for the recipients of this session.
Return
A ByteArray of the content of the encrypted file.
Parameters
clearFile | A ByteArray of the clear-text content of the file to encrypt. |
filename | The name of the file to encrypt. |
Throws
SealdException |