woops wrong group, sorry
On Mon, Aug 18, 2014 at 1:46 PM, james northrup <[email protected]> wrote: > does anyone have select(), read, handshake, NIO code with sslengine to > draw from? > > the examples in the wild done to illustrate the sslengine never seem to > tie back to an actual fsm that could be made into something useful > > > On Mon, Aug 18, 2014 at 11:49 AM, Martin Gainty <[email protected]> > wrote: > >> You should be able to locate the >> https://www.bouncycastle.org/latest_releases.html security jars you need >> from >> http://openjdk.java.net/groups/security >> >> what provider are you using? >> I recommend BouncyCastle >> https://www.bouncycastle.org/latest_releases.html >> >> Sounds like an interesting app..would like to hear more when you get a >> chance >> >> Martin Gainty >> _______________________ >> >> >> > From: [email protected] >> > Subject: Java SSL dependency issue >> > Date: Thu, 7 Aug 2014 13:02:00 -0500 >> > To: [email protected] >> > >> > I have two branches of code. One compiles without a hitch, the other >> complains about this: >> > >> > Failed to execute goal >> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile >> (default-compile) on project thebookgrove-catalog: Compilation failure: >> Compilation failure: >> > [ERROR] >> /Users/joshua/Desktop/Data/TheBookGrove/Platform/thebookgrove-catalog/src/main/java/com/thebookgrove/catalog/InternetConnectionAgent.java:[40,23] >> package sun.security.ssl does not exist >> > [ERROR] >> /Users/joshua/Desktop/Data/TheBookGrove/Platform/thebookgrove-catalog/src/main/java/com/thebookgrove/catalog/InternetConnectionAgent.java:[147,29] >> cannot find symbol >> > >> > I couldn't find any help with Google, so you are my last resort :( >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [email protected] >> > For additional commands, e-mail: [email protected] >> > >> >> > > > > -- > Jim Northrup * (408) 837-2270 * > -- Jim Northrup * (408) 837-2270 *
