@microsoft/ccf-app

    Variable rsaPemToJwkConst

    rsaPemToJwk: (pem: string, kid?: string) => JsonWebKeyRSAPrivate = ccf.crypto.rsaPemToJwk

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

    Type declaration

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

        Parameters

        • pem: string

          RSA private key as PEM

        • Optionalkid: string

          Key identifier (optional)

        Returns JsonWebKeyRSAPrivate

    MMNEPVFCICPMFPCPTTAAATR