@microsoft/ccf-app

    Variable pubEddsaPemToJwkConst

    pubEddsaPemToJwk: (pem: string, kid?: string) => JsonWebKeyEdDSAPublic = ccf.crypto.pubEddsaPemToJwk

    Converts an EdDSA public key as PEM to JSON Web Key (JWK) object. Only Curve25519 and X25519 are supported.

    Type declaration

      • (pem: string, kid?: string): JsonWebKeyEdDSAPublic
      • Converts an EdDSA public key as PEM to JSON Web Key (JWK) object. Only Curve25519 and X25519 are supported.

        Parameters

        • pem: string

          EdDSA public key as PEM

        • Optionalkid: string

          Key identifier (optional)

        Returns JsonWebKeyEdDSAPublic

    MMNEPVFCICPMFPCPTTAAATR