Difference b/t SSLSockets and SSLEngine

Hi all experts.

can any one tell me what is the difference between the SSLSocket and the SSLEngine(non-blocking)? which once should be used in which application. Has SSLEngine still got some bugs......

I could'nt find that much info about it. I hope that i will get some help from u lot ...

cheers

uzi

[335 byte] By [Deo_Zonea] at [2007-11-26 18:49:00]
# 1

> can any one tell me what is the difference between

> the SSLSocket and the SSLEngine(non-blocking)?

What part of the Javadoc didn't you understand?

> Has SSLEngine still got some bugs......

Only one possible bug that I'm aware of and you won't hit it without doing some pretty esoteric things.

ejpa at 2007-7-9 6:23:01 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...