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

    Variable pubRsaPemToJwkConst

    pubRsaPemToJwk: (pem: string, kid?: string) => JsonWebKeyRSAPublic = ccf.crypto.pubRsaPemToJwk

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

    Type Declaration

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

        Parameters

        • pem: string

          RSA public key as PEM

        • Optionalkid: string

          Key identifier (optional)

        Returns JsonWebKeyRSAPublic