How can deserialize the public key of a RsaJsonWebKey?

Issue #193 closed
Khada Jhin created an issue

No description provided.

Comments (3)

  1. Khada Jhin reporter

    Sorry for such a naive question/(ㄒoㄒ)/~~,I find my solution: convert the deserialized String you got to a middle Object which has a attribute named encoded and the type is byte[], and then use the method RSAPublicKeyImpl.newKey(byte[] bytes)

  2. Khada Jhin reporter

    thanks for such a great framework, though hard for me, but helpful to me understanding JWK better(●'◡'●)

  3. Log in to comment