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

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top