package tls
- Alphabetic
- Public
- All
Type Members
-
class
Server
extends net.Server
The tls.Server class is a subclass of net.Server that accepts encrypted connections using TLS or SSL.
The tls.Server class is a subclass of net.Server that accepts encrypted connections using TLS or SSL.
- Annotations
- @RawJSType() @native() @JSImport( "tls" , "Server" )
- See also
https://nodejs.org/dist/v7.6.0/docs/api/tls.html#tls_class_tls_server
-
trait
TLSCertificate
extends Object
TLS Certificate
TLS Certificate
- Annotations
- @RawJSType() @native()
- See also
https://nodejs.org/dist/v7.6.0/docs/api/tls.html#tls_tlssocket_getpeercertificate_detailed
-
class
TLSSocket
extends Socket
The tls.TLSSocket is a subclass of net.Socket that performs transparent encryption of written data and all required TLS negotiation.
The tls.TLSSocket is a subclass of net.Socket that performs transparent encryption of written data and all required TLS negotiation.
Instances of tls.TLSSocket implement the duplex Stream interface.
- Annotations
- @RawJSType() @native() @JSImport( "tls" , "TLSSocket" )
-
class
TLSSocketOptions
extends Object
TLS Socket Options
TLS Socket Options
- Annotations
- @RawJSType() @ScalaJSDefined()
-
trait
Tls
extends Object
The tls module provides an implementation of the Transport Layer Security (TLS) and Secure Socket Layer (SSL) protocols that is built on top of OpenSSL.
The tls module provides an implementation of the Transport Layer Security (TLS) and Secure Socket Layer (SSL) protocols that is built on top of OpenSSL.
- Annotations
- @RawJSType() @native()
- See also
https://nodejs.org/dist/v7.6.0/docs/api/tls.html
-
class
TlsConnectOptions
extends Object
- Annotations
- @RawJSType() @ScalaJSDefined()