debug version of 1.37 release?
I'm using v1.37 of the BC provider, bcprov-jdk15-137.jar. I also downloaded the source so that I could step through the code in a debugger. I then found that the jar did not contain line number (debug) info. I was able to compile the source (with debug) and produce my own jar, allowing me to step through much of the example code, but of course some critical operations were disallowed because the jar was not signed (and I do not have a SUN-approved certificate). Is a debug version of the 1.37 jar available?
|