Interface ISessionStructure

Properties of a SessionStructure.

Hierarchy

  • ISessionStructure

Implemented by

Properties

aliceBaseKey?: null | Uint8Array

SessionStructure aliceBaseKey

localIdentityPublic?: null | Uint8Array

SessionStructure localIdentityPublic

localRegistrationId?: null | number

SessionStructure localRegistrationId

needsRefresh?: null | boolean

SessionStructure needsRefresh

pendingKeyExchange?: null | IPendingKeyExchange

SessionStructure pendingKeyExchange

pendingPreKey?: null | IPendingPreKey

SessionStructure pendingPreKey

previousCounter?: null | number

SessionStructure previousCounter

receiverChains?: null | IChain[]

SessionStructure receiverChains

remoteIdentityPublic?: null | Uint8Array

SessionStructure remoteIdentityPublic

remoteRegistrationId?: null | number

SessionStructure remoteRegistrationId

rootKey?: null | Uint8Array

SessionStructure rootKey

senderChain?: null | IChain

SessionStructure senderChain

sessionVersion?: null | number

SessionStructure sessionVersion

Generated using TypeDoc