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
/
KeyExchangeSession
Key
Exchange
Session
@
Serializable
class
KeyExchangeSession
(
var
sessionTicket
:
ByteArray
,
var
sessionKey
:
ByteArray
)
(
source
)
Members
Constructors
Key
Exchange
Session
Link copied to clipboard
constructor
(
sessionTicket
:
ByteArray
,
sessionKey
:
ByteArray
)
Properties
session
Key
Link copied to clipboard
var
sessionKey
:
ByteArray
session
Ticket
Link copied to clipboard
var
sessionTicket
:
ByteArray