You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include ways to convert DER/PEM to JWK and vice-versa. ring does not seem to support this at the moment. Might have to pull in (optional?) openssl support.
The text was updated successfully, but these errors were encountered:
Hi @lawliet89
What would be a logical way to convert a Secret (RSA in my case) to a JWK ?
I see a convenience method jws_public_key_secret(&self) to get the RSAKeyParameters, would you expect to see a method that returns Self based on a secret there ?
Include ways to convert DER/PEM to JWK and vice-versa.
ring
does not seem to support this at the moment. Might have to pull in (optional?) openssl support.The text was updated successfully, but these errors were encountered: