SSLSocket (Java SE 9 & JDK 9 ) (original) (raw)


public abstract class SSLSocket
extends Socket
This class extends Sockets and provides secure socket using protocols such as the "Secure Sockets Layer" (SSL) or IETF "Transport Layer Security" (TLS) protocols.
Such sockets are normal stream sockets, but they add a layer of security protections over the underlying network transport protocol, such as TCP. Those protections include: