acidify-core
Toggle table of contents
1.2.0
common
Target filter
common
Switch theme
Search in API
Skip to content
acidify-core
acidify-core
/
org.ntqqrev.acidify.common.android
/
AndroidSessionStore
/
State
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
)
Members
Constructors
State
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
Key
Exchange
Session
Link copied to clipboard
@
Serializable
class
KeyExchangeSession
(
var
sessionTicket
:
ByteArray
,
var
sessionKey
:
ByteArray
)
Properties
cookie
Link copied to clipboard
var
cookie
:
String
?
key
Exchange
Session
Link copied to clipboard
var
keyExchangeSession
:
AndroidSessionStore.State.KeyExchangeSession
?
qr
Sig
Link copied to clipboard
var
qrSig
:
ByteArray
?
tlv104
Link copied to clipboard
var
tlv104
:
ByteArray
?
tlv174
Link copied to clipboard
var
tlv174
:
ByteArray
?
tlv547
Link copied to clipboard
var
tlv547
:
ByteArray
?