Recover the plain session info by decrypting the encrypted session key.
The session info ALWAYS has the symmetric algorithm ID prefixed, so the return value is:
Recover the plain session info by decrypting the encrypted session key.
This method returns the decrypted session info as-is (without prefixing missing cipher algorithm),
so the return value is:
Recover the plain session info by decrypting the encrypted session key.
This method returns the decrypted session info as-is (without prefixing missing cipher algorithm),
so the return value is:
recoverSessionData(PublicKeyEncSessionPacket, InputStreamPacket)
instead.