Package

io.scalajs.nodejs

tls

Permalink

package tls

Visibility
  1. Public
  2. All

Type Members

  1. class Server extends net.Server

    Permalink

    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

  2. trait TLSCertificate extends Object

    Permalink

    TLS Certificate

    TLS Certificate

    Annotations
    @RawJSType() @native()
    See also

    https://nodejs.org/dist/v7.6.0/docs/api/tls.html#tls_tlssocket_getpeercertificate_detailed

  3. class TLSSocket extends Socket

    Permalink

    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" )
  4. class TLSSocketOptions extends Object

    Permalink

    TLS Socket Options

    TLS Socket Options

    Annotations
    @RawJSType() @ScalaJSDefined()
  5. trait Tls extends Object

    Permalink

    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

  6. class TlsConnectOptions extends Object

    Permalink
    Annotations
    @RawJSType() @ScalaJSDefined()

Value Members

  1. object Tls extends Object with Tls

    Permalink

    TLS Singleton

    TLS Singleton

    Annotations
    @native() @JSImport( "tls" , JSImport.Namespace )

Ungrouped