Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Operation request: Convert JSON Web Key (JWK) from/to PEM #1794

Closed
cplussharp opened this issue Apr 13, 2024 · 1 comment
Closed

Operation request: Convert JSON Web Key (JWK) from/to PEM #1794

cplussharp opened this issue Apr 13, 2024 · 1 comment

Comments

@cplussharp
Copy link
Contributor

Summary

Convert a Public or Private Key provided as PEM into a JSON Web Key.
Convert a JSON Web Key to the corresponding PEM version

Example Input

1: PublicKey PEM or PrivateKey PEM
2: JSONWebKey

Example Output

1: JSONWebKey
2: PublicKey PEM or PrivateKey PEM

@a3957273
Copy link
Member

Closed by #1277

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants