js.node.tls

..
SecureContext

SecureContextOptions

SecurePair

Returned by Tls.createSecurePair.

SecurePairEvent

Events emitted by SecurePair.

Server

This class is a subclass of net.Server and has the same methods on it. Instead of accepting just raw TCP connections, this accepts encrypted connections using TLS or SSL.

ServerEvent

Enumeration of events emitted by Server in addition to its parent classes.

TLSSocket

This is a wrapped version of net.Socket that does transparent encryption of written data and all required TLS negotiation.

TLSSocketEvent

Enumeration of events emitted by TLSSocket objects in addition to its parent class events.

TLSSocketOptions