parseSessionIdFromBytes
fun parseSessionIdFromBytes(fileByteArray: ByteArray): String
Takes an encrypted file as bytes, and returns the session id.
Return
The session id.
Parameters
fileByteArray | The encrypted file as ByteArray. |
Throws
SealdException |