SSLEngine

M

Mike Schilling

Can anyone point me to examples of the use of javax.net.ssl.SSLEngine?
I'm interested in exploring its ability to support asynchronous use of
multiple SSL connections, and some sample code would go a long way
towards explaining how it works.
 
E

EJP

Mike said:
Can anyone point me to examples of the use of javax.net.ssl.SSLEngine?
I'm interested in exploring its ability to support asynchronous use of
multiple SSL connections, and some sample code would go a long way
towards explaining how it works.

See the source code for my book at
http://www.telekinesis.com.au/FundamentalNetworkingInJava.A21. There's a
whole chapter on it and an example of how to integrate with a
SocketChannel. It's very non-trivial ;-)

A single engine instance only handles one connection at a time.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top