Documentation
    Preparing search index...

    Interface KeyScheduleParams

    The common parameters used to setup the EncryptionContext.

    interface KeyScheduleParams {
        info?: ArrayBuffer;
        psk?: PreSharedKey;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    info?: ArrayBuffer

    Application supplied information. The maximum length is 128 bytes.

    A pre-shared key (PSK) held by both the sender and recipient. The PSK should have at least 32 bytes :and the maxmum length of the PSK is 128 bytes.