I may be overly pedantic in my coding style, but I try to catch each exception explicitly using a separate catch block for each Exception class. In attempting to do this with org.mozilla.jss.CryptoManager.NotInitializedException I discovered it is package scoped. Is there a reason for this? It seems to be stylistically incorrect.
So now I am a novice criticizing the style of the masters. comments? Steven
