Wrox Home  
Search P2P Archive for: Go

  Return to Index  

security_java thread: accessing/using SSL programmatically


Message #1 by "Katherine Dungan" <KEDungan@J...> on Tue, 9 Jul 2002 21:00:41
Good Afternoon,

   After reading the book, it appears using SSL would work best for our
project.  We need to access the .keystore programmatically.  The
examples in the book are great and I was able to make them work.
However since the book was written the KeyManagerFactory,
TrustManagerFactory and SSLContext are now included in Java1.4 and
things don't quite work the same or I have set things up differently.  I
am having trouble with KeyManagerFactory.getInstance("SunX509") gives me
"java.security.No
SuchAlgorithmException: Algorithm RSA not available".  I created an
entry in the .keystore with -keyalg RSA.  Is this the problem?  I have
been searching the Sun site for help but....

Thanks for your help.

K. Dungan



  Return to Index