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
{{ message }}
This repository was archived by the owner on Mar 18, 2024. It is now read-only.
When using an elliptic curve keypair, the the key algorithm is EC, but the signature algorithm is SHA256withECDSA.
Therefore the assumption that one can get the Signature like FileUtils:100 does not hold:
Signature sign = Signature.getInstance("SHA256with" + key.getAlgorithm());