parseSessionIdFromFile
fun parseSessionIdFromFile(encryptedFilePath: String): String
Takes the path to an encrypted file, and returns the session id.
Return
The session id.
Parameters
encryptedFilePath | Path to the encrypted file. |
Throws
SealdException |