ed25519-java
ed25519-java copied to clipboard
Return NoSuchAlgorithmException for unknown OIDs
Returning no such algorithm rather than InvalidKeySpec exception for unknown OIDs makes it easier to diagnose and implement work arounds for the problem in code.