September 2011
Intermediate to advanced
744 pages
14h 50m
English


SSLSocket rather than Socket for secure data exchangePrograms must use the javax.net.ssl.SSLSocket class rather than the java.net.Socket class when transferring sensitive data over insecure communication channels. The class SSLSocket provides security protocols such as Secure Sockets Layer/Transport Layer Security (SSL/TLS) to ensure that the channel is not vulnerable to eavesdropping and malicious tampering.
The principal protections included in SSLSocket that are not ...
Read now
Unlock full access