Add support for transferring native EC keys into and out of JWK representation

Issue #31 resolved
Justin Richer created an issue

java.security.interfaces has several native classes to represent EC keys that the JWK representation (ECKey) should be able to translate between:

ECKey ECPrivateKey ECPublicKey

There is already support for this type of function in both RSAKey and OctetSequenceKey.

Comments (4)

  1. Log in to comment