@microsoft/ccf-app

    Variable pemToJwkConst

    pemToJwk: (pem: string, kid?: string) => JsonWebKeyECPrivate = ccf.crypto.pemToJwk

    Converts an elliptic curve private key as PEM to JSON Web Key (JWK) object.

    Type declaration

      • (pem: string, kid?: string): JsonWebKeyECPrivate
      • Converts an elliptic curve private key as PEM to JSON Web Key (JWK) object.

        Parameters

        • pem: string

          Elliptic curve private key as PEM

        • Optionalkid: string

          Key identifier (optional)

        Returns JsonWebKeyECPrivate

    MMNEPVFCICPMFPCPTTAAATR