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

    Variable jwkToPemConst

    jwkToPem: (jwk: JsonWebKeyECPrivate) => string = ccf.crypto.jwkToPem

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

    Type Declaration

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

        Parameters

        Returns string