@microsoft/ccf-app
    Preparing search index...

    Variable pubJwkToPemConst

    pubJwkToPem: (jwk: JsonWebKeyECPublic) => string = ccf.crypto.pubJwkToPem

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

    Type declaration

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

        Parameters

        Returns string