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

    Class CustomConfiguration

    see [core_crypto::MlsCustomConfiguration]

    Index

    Constructors

    Accessors

    Methods

    Constructors

    • Construct a CustomConfiguration from its parts.

      Parameters

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

      Returns CustomConfiguration

    Accessors

    • get keyRotationSpan(): number | undefined

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

      Returns number | undefined

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

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

      Parameters

      • value: number | null | undefined

      Returns void

    • get wirePolicy(): WirePolicy | undefined

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

      Returns WirePolicy | undefined

    • set wirePolicy(value: WirePolicy | null | undefined): 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

    • Returns void