Re: [OT] classloader issue with bouncycastle

2017-10-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, On 10/26/17 3:58 PM, Chris Cheshire wrote: > On Thu, Oct 26, 2017 at 9:42 AM, Christopher Schultz > wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> Chris, >> >> Just curious... why are you using BC and not the JVM-provided

Re: [OT] classloader issue with bouncycastle

2017-10-26 Thread Chris Cheshire
On Thu, Oct 26, 2017 at 9:42 AM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Chris, > > Just curious... why are you using BC and not the JVM-provided crypto > provider? What JVM are you using? > When I first starting looking for examples on doing PGP encrypt

Re: [OT] classloader issue with bouncycastle

2017-10-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, Just curious... why are you using BC and not the JVM-provided crypto provider? What JVM are you using? - -chris On 10/18/17 10:56 AM, Chris Cheshire wrote: > Using bouncy castle v1.58, Tomcat 8.5, java 1.8. > > I have the unlimited securit

Re: classloader issue with bouncycastle

2017-10-18 Thread Chris Cheshire
On Wed, Oct 18, 2017 at 11:31 AM, Konstantin Kolinko wrote: > 2017-10-18 17:56 GMT+03:00 Chris Cheshire : >> Using bouncy castle v1.58, Tomcat 8.5, java 1.8. >> >> I have the unlimited security policy files installed, the BC jars in >> my WEB-INF/lib directory and in order to register the BC provi

Re: classloader issue with bouncycastle

2017-10-18 Thread Konstantin Kolinko
2017-10-18 17:56 GMT+03:00 Chris Cheshire : > Using bouncy castle v1.58, Tomcat 8.5, java 1.8. > > I have the unlimited security policy files installed, the BC jars in > my WEB-INF/lib directory and in order to register the BC provider, I > do > > static { > Security.addProvider(new BouncyCastl

classloader issue with bouncycastle

2017-10-18 Thread Chris Cheshire
Using bouncy castle v1.58, Tomcat 8.5, java 1.8. I have the unlimited security policy files installed, the BC jars in my WEB-INF/lib directory and in order to register the BC provider, I do static { Security.addProvider(new BouncyCastleProvider()); } in a utility class that handles the keyri