@microsoft/ccf-app

    Variable wrapKeyConst

    wrapKey: (
        key: ArrayBuffer,
        wrappingKey: ArrayBuffer,
        wrapAlgo: WrapAlgoParams,
    ) => ArrayBuffer = ccf.crypto.wrapKey

    Wraps a key using a wrapping key.

    Constraints on the key and wrappingKey parameters depend on the wrapping algorithm that is used (wrapAlgo).

    Type declaration

      • (
            key: ArrayBuffer,
            wrappingKey: ArrayBuffer,
            wrapAlgo: WrapAlgoParams,
        ): ArrayBuffer
      • Wraps a key using a wrapping key.

        Constraints on the key and wrappingKey parameters depend on the wrapping algorithm that is used (wrapAlgo).

        Parameters

        Returns ArrayBuffer

    MMNEPVFCICPMFPCPTTAAATR