State

@Serializable
class State(var tlv104: ByteArray? = null, var tlv547: ByteArray? = null, var tlv174: ByteArray? = null, var keyExchangeSession: AndroidSessionStore.State.KeyExchangeSession? = null, var cookie: String? = null, var qrSig: ByteArray? = null)(source)

Constructors

Link copied to clipboard
constructor(tlv104: ByteArray? = null, tlv547: ByteArray? = null, tlv174: ByteArray? = null, keyExchangeSession: AndroidSessionStore.State.KeyExchangeSession? = null, cookie: String? = null, qrSig: ByteArray? = null)

Types

Link copied to clipboard
@Serializable
class KeyExchangeSession(var sessionTicket: ByteArray, var sessionKey: ByteArray)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard