Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Java SSL

  • 08-05-2002 3:06pm
    #1
    Registered Users, Registered Users 2 Posts: 347 ✭✭


    Hiyas. I'm writing a server + client thing, and I want to use secure sockets, rather than plain sockets. I've been reading up on JSSE etc, but all the examples and documentation I've hit has instructed me to generate my keystore using the keytool application that comes with java. I'd rather my application could look after keystore generation and management, but I can't really see much on the way of doing this. I'm stuck for time (as per usual) and my only friend so far seems to be the API, but it's taking a while to get through. The closest I've come to a solution is something like this

    http://www-106.ibm.com/developerworks/java/library/j-p2pssl/

    which is a little ugly tbh.. I'd prefer to have code doing this, rather than a call to an external application. If it's possible using the core jdk1.4 classes on their own, that'd be a bonus... anybody done this, know of good documentation anywhere?

    Thanks.


Advertisement