Skip to content

parseSessionIdFromBytes

fun parseSessionIdFromBytes(fileByteArray: ByteArray): String

Takes an encrypted file as bytes, and returns the session id.

Return

The session id.

Parameters

fileByteArrayThe encrypted file as ByteArray.

Throws

SealdException