ed25519-java icon indicating copy to clipboard operation
ed25519-java copied to clipboard

Return NoSuchAlgorithmException for unknown OIDs

Open jimsch opened this issue 7 years ago • 0 comments

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.

jimsch avatar Apr 09 '18 23:04 jimsch