@microsoft/ccf-app

    Variable unwrapKeyConst

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

    Unwraps 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
      • Unwraps 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