fs2.io.net.tls
package fs2.io.net.tls
Type members
Classlikes
A facade for Node.js tls.SecureContext
A facade for Node.js tls.SecureContext
- Companion:
- object
- Source:
- SecureContext.scala
Allows creation of TLSSockets.
Allows creation of TLSSockets.
- Companion:
- object
- Source:
- TLSContext.scala
Parameters used in creation of a TLS session. See https://nodejs.org/api/tls.html for detailed documentation on each parameter.
Parameters used in creation of a TLS session. See https://nodejs.org/api/tls.html for detailed documentation on each parameter.
- Companion:
- object
- Source:
- TLSParameters.scala
TCP socket that supports encryption via TLS.
TCP socket that supports encryption via TLS.
To construct a TLSSocket, use the client and server methods on TLSContext.
- Companion:
- object
- Source:
- TLSSocket.scala