Class: PendingKeyExchange
Defined in: WAProto/index.d.ts:10991
Implements
Constructors
new PendingKeyExchange()
new PendingKeyExchange(
p?):PendingKeyExchange
Defined in: WAProto/index.d.ts:10992
Parameters
p?
Returns
Properties
localBaseKey?
optionallocalBaseKey:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:10994
Implementation of
IPendingKeyExchange.localBaseKey
localBaseKeyPrivate?
optionallocalBaseKeyPrivate:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:10995
Implementation of
IPendingKeyExchange.localBaseKeyPrivate
localIdentityKey?
optionallocalIdentityKey:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:10998
Implementation of
IPendingKeyExchange.localIdentityKey
localIdentityKeyPrivate?
optionallocalIdentityKeyPrivate:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:10999
Implementation of
IPendingKeyExchange.localIdentityKeyPrivate
localRatchetKey?
optionallocalRatchetKey:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:10996
Implementation of
IPendingKeyExchange.localRatchetKey
localRatchetKeyPrivate?
optionallocalRatchetKeyPrivate:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:10997
Implementation of
IPendingKeyExchange.localRatchetKeyPrivate
sequence?
optionalsequence:null|number
Defined in: WAProto/index.d.ts:10993
Implementation of
Methods
toJSON()
toJSON():
object
Defined in: WAProto/index.d.ts:11005
Returns
object
create()
staticcreate(properties?):PendingKeyExchange
Defined in: WAProto/index.d.ts:11000
Parameters
properties?
Returns
decode()
staticdecode(r,l?):PendingKeyExchange
Defined in: WAProto/index.d.ts:11002
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
encode()
staticencode(m,w?):Writer
Defined in: WAProto/index.d.ts:11001
Parameters
m
w?
Writer
Returns
Writer
fromObject()
staticfromObject(d):PendingKeyExchange
Defined in: WAProto/index.d.ts:11003
Parameters
d
Returns
getTypeUrl()
staticgetTypeUrl(typeUrlPrefix?):string
Defined in: WAProto/index.d.ts:11006
Parameters
typeUrlPrefix?
string
Returns
string
toObject()
statictoObject(m,o?):object
Defined in: WAProto/index.d.ts:11004
Parameters
m
o?
IConversionOptions
Returns
object