encryptFileFromURI
fun encryptFileFromURI(clearFileURI: String): String
Encrypt a clear file into an encrypted file, for the recipients of this session.
Return
A String URI of the encrypted file.
Parameters
clearFileURI | A String URI of the file to encrypt. |
Throws
SealdException |