Skip to main content

GroupRootKeyShareEntry

amiudmodz


amiudmodz / proto / GroupRootKeyShareEntry

Class: GroupRootKeyShareEntry

Defined in: WAProto/index.d.ts:4924

Implements

Constructors

new GroupRootKeyShareEntry()

new GroupRootKeyShareEntry(p?): GroupRootKeyShareEntry

Defined in: WAProto/index.d.ts:4925

Parameters

p?

IGroupRootKeyShareEntry

Returns

GroupRootKeyShareEntry

Properties

expiryTimestampMs?

optional expiryTimestampMs: null | number | Long

Defined in: WAProto/index.d.ts:4928

Implementation of

IGroupRootKeyShareEntry.expiryTimestampMs


groupRootKey?

optional groupRootKey: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:4926

Implementation of

IGroupRootKeyShareEntry.groupRootKey


keyId?

optional keyId: null | string

Defined in: WAProto/index.d.ts:4927

Implementation of

IGroupRootKeyShareEntry.keyId

Methods

toJSON()

toJSON(): object

Defined in: WAProto/index.d.ts:4934

Returns

object


create()

static create(properties?): GroupRootKeyShareEntry

Defined in: WAProto/index.d.ts:4929

Parameters

properties?

IGroupRootKeyShareEntry

Returns

GroupRootKeyShareEntry


decode()

static decode(r, l?): GroupRootKeyShareEntry

Defined in: WAProto/index.d.ts:4931

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

GroupRootKeyShareEntry


encode()

static encode(m, w?): Writer

Defined in: WAProto/index.d.ts:4930

Parameters

m

IGroupRootKeyShareEntry

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): GroupRootKeyShareEntry

Defined in: WAProto/index.d.ts:4932

Parameters

d

Returns

GroupRootKeyShareEntry


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

Defined in: WAProto/index.d.ts:4935

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

Defined in: WAProto/index.d.ts:4933

Parameters

m

GroupRootKeyShareEntry

o?

IConversionOptions

Returns

object