Implements
Constructors
new SecretEncryptedMessage()
new SecretEncryptedMessage(Defined in: WAProto/index.d.ts:8821p?):SecretEncryptedMessage
Parameters
p?
ISecretEncryptedMessage
Returns
SecretEncryptedMessage
Properties
encIv?
Defined in: WAProto/index.d.ts:8824optionalencIv:null|Uint8Array<ArrayBufferLike>
Implementation of
ISecretEncryptedMessage.encIv
encPayload?
Defined in: WAProto/index.d.ts:8823optionalencPayload:null|Uint8Array<ArrayBufferLike>
Implementation of
ISecretEncryptedMessage.encPayload
secretEncType?
Defined in: WAProto/index.d.ts:8825optionalsecretEncType:null|SecretEncType
Implementation of
ISecretEncryptedMessage.secretEncType
targetMessageKey?
Defined in: WAProto/index.d.ts:8822optionaltargetMessageKey:null|IMessageKey
Implementation of
ISecretEncryptedMessage.targetMessageKey
Methods
create()
Defined in: WAProto/index.d.ts:8826staticcreate(properties?):SecretEncryptedMessage
Parameters
properties?
ISecretEncryptedMessage
Returns
SecretEncryptedMessage
decode()
Defined in: WAProto/index.d.ts:8828staticdecode(r,l?):SecretEncryptedMessage
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
SecretEncryptedMessage
encode()
Defined in: WAProto/index.d.ts:8827staticencode(m,w?):Writer
Parameters
m
ISecretEncryptedMessage
w?
Writer
Returns
Writer
fromObject()
Defined in: WAProto/index.d.ts:8829staticfromObject(d):SecretEncryptedMessage
Parameters
d
Returns
SecretEncryptedMessage
getTypeUrl()
Defined in: WAProto/index.d.ts:8832staticgetTypeUrl(typeUrlPrefix?):string
Parameters
typeUrlPrefix?
string
Returns
string
toJSON()
toJSON(): object
Defined in: WAProto/index.d.ts:8831
Returns
object
toObject()
Defined in: WAProto/index.d.ts:8830statictoObject(m,o?):object
Parameters
m
SecretEncryptedMessage
o?
IConversionOptions
Returns
object