@microsoft/ccf-app

    Variable pubPemToJwkConst

    pubPemToJwk: (pem: string, kid?: string) => JsonWebKeyECPublic = ccf.crypto.pubPemToJwk

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

    Type declaration

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

        Parameters

        • pem: string

          Elliptic curve public key as PEM

        • Optionalkid: string

          Key identifier (optional)

        Returns JsonWebKeyECPublic

    MMNEPVFCICPMFPCPTTAAATR