Class: SessionStructure
Defined in: WAProto/index.d.ts:9427
Implements
Constructors
new SessionStructure()
new SessionStructure(
p?):SessionStructure
Defined in: WAProto/index.d.ts:9428
Parameters
p?
Returns
Properties
aliceBaseKey?
optionalaliceBaseKey:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:9441
Implementation of
ISessionStructure.aliceBaseKey
localIdentityPublic?
optionallocalIdentityPublic:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:9430
Implementation of
ISessionStructure.localIdentityPublic
localRegistrationId?
optionallocalRegistrationId:null|number
Defined in: WAProto/index.d.ts:9439
Implementation of
ISessionStructure.localRegistrationId
needsRefresh?
optionalneedsRefresh:null|boolean
Defined in: WAProto/index.d.ts:9440
Implementation of
ISessionStructure.needsRefresh
pendingKeyExchange?
optionalpendingKeyExchange:null|IPendingKeyExchange
Defined in: WAProto/index.d.ts:9436
Implementation of
ISessionStructure.pendingKeyExchange
pendingPreKey?
optionalpendingPreKey:null|IPendingPreKey
Defined in: WAProto/index.d.ts:9437
Implementation of
ISessionStructure.pendingPreKey
previousCounter?
optionalpreviousCounter:null|number
Defined in: WAProto/index.d.ts:9433
Implementation of
ISessionStructure.previousCounter
receiverChains
receiverChains:
IChain[]
Defined in: WAProto/index.d.ts:9435
Implementation of
ISessionStructure.receiverChains
remoteIdentityPublic?
optionalremoteIdentityPublic:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:9431
Implementation of
ISessionStructure.remoteIdentityPublic
remoteRegistrationId?
optionalremoteRegistrationId:null|number
Defined in: WAProto/index.d.ts:9438
Implementation of
ISessionStructure.remoteRegistrationId
rootKey?
optionalrootKey:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:9432
Implementation of
senderChain?
optionalsenderChain:null|IChain
Defined in: WAProto/index.d.ts:9434
Implementation of
sessionVersion?
optionalsessionVersion:null|number
Defined in: WAProto/index.d.ts:9429
Implementation of
ISessionStructure.sessionVersion
Methods
toJSON()
toJSON():
object
Defined in: WAProto/index.d.ts:9447
Returns
object
create()
staticcreate(properties?):SessionStructure
Defined in: WAProto/index.d.ts:9442
Parameters
properties?
Returns
decode()
staticdecode(r,l?):SessionStructure
Defined in: WAProto/index.d.ts:9444
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
encode()
staticencode(m,w?):Writer
Defined in: WAProto/index.d.ts:9443
Parameters
m
w?
Writer
Returns
Writer
fromObject()
staticfromObject(d):SessionStructure
Defined in: WAProto/index.d.ts:9445
Parameters
d
Returns
getTypeUrl()
staticgetTypeUrl(typeUrlPrefix?):string
Defined in: WAProto/index.d.ts:9448
Parameters
typeUrlPrefix?
string
Returns
string
toObject()
statictoObject(m,o?):object
Defined in: WAProto/index.d.ts:9446
Parameters
m
o?
IConversionOptions
Returns
object