Skip to content

decryptFileFromURI

fun decryptFileFromURI(encryptedFileURI: String): String

Decrypts an encrypted file into the corresponding clear-text file.

Return

A String URI of the decrypted file.

Parameters

encryptedFileURIA String URI of the encrypted file to decrypt.

Throws

SealdException