@microsoft/ccf-app
Preparing search index...
crypto
pubRsaJwkToPem
Variable pubRsaJwkToPem
Const
pubRsaJwkToPem
:
(
jwk
:
JsonWebKeyRSAPublic
)
=>
string
= ccf.crypto.pubRsaJwkToPem
Converts an RSA public key as JSON Web Key (JWK) object to PEM.
Type Declaration
(
jwk
:
JsonWebKeyRSAPublic
)
:
string
Converts an RSA public key as JSON Web Key (JWK) object to PEM.
Parameters
jwk
:
JsonWebKeyRSAPublic
RSA public key as JWK
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@microsoft/ccf-app
Loading...
Converts an RSA public key as JSON Web Key (JWK) object to PEM.