Incorrect RSA key transcoding

Issue #74 invalid
Vladimir Dzhuvinov created an issue

Creating a Java RSA key pair, converting to a JWK and then back produces a different encoded byte array.

Comments (1)

  1. Vladimir Dzhuvinov reporter

    Java RSA key -> JWK -> Java RSA key was found to be correct.

    But it was discovered that Java RSAPrivateKey.getEncoded() doesn't return the same byte[] array when converted back from a JWK.

  2. Log in to comment