Hierarchy

  • EncryptedGroupKey

Constructors

  • A pair (groupKeyId, encryptedGroupKey) where the encryptedGroupKey is an encrypted, hex-encoded version of the group key.

    Parameters

    • groupKeyId: string
    • encryptedGroupKeyHex: string
    • Optional serialized: null | string

      Optional. If given, this exact string is returned from serialize().

    Returns EncryptedGroupKey

Properties

encryptedGroupKeyHex: string
groupKeyId: string
serialized: null | string

Methods

  • Returns string

  • Returns EncryptedGroupKeySerialized

Generated using TypeDoc