package tls
- Alphabetic
- By Inheritance
- tls
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- type ALPNProtocols = |[|[|[|[|[Buffer, TypedArray[_, _]], DataView], Array[String]], Array[TypedArray[_, _]]], Array[DataView]]
- class ConnectOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
- class RenegotiateOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
- type SecureContext = Any
- class SecureContextOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
- type SecureData = |[|[|[String, Array[String]], Buffer], Array[Buffer]]
- type SecureDataObjectForm = Object
- 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
- class ServerOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
- trait Subject extends Object
- Annotations
- @RawJSType() @native()
- 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
- @ScalaJSDefined() @RawJSType()
- 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