@wireapp/core-crypto
    Preparing search index...

    Class CustomConfiguration

    see [core_crypto::prelude::MlsCustomConfiguration]

    Index

    Constructors

    Accessors

    Methods

    Constructors

    • Parameters

      • Optionalkey_rotation_span: null | number
      • Optionalwire_policy: null | WirePolicy

      Returns CustomConfiguration

    Accessors

    • get keyRotationSpan(): undefined | number

      Duration in seconds after which we will automatically force a self-update commit Note: This isn't currently implemented

      Returns undefined | number

    • set keyRotationSpan(value: undefined | null | number): void

      Duration in seconds after which we will automatically force a self-update commit Note: This isn't currently implemented

      Parameters

      • value: undefined | null | number

      Returns void

    • get wirePolicy(): undefined | WirePolicy

      Defines if handshake messages are encrypted or not Note: encrypted handshake messages are not supported by wire-server

      Returns undefined | WirePolicy

    • set wirePolicy(value: undefined | null | WirePolicy): void

      Defines if handshake messages are encrypted or not Note: encrypted handshake messages are not supported by wire-server

      Parameters

      Returns void

    Methods

    • Returns void