Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
tls
Dynamic module tls
Index
Variables
CLIENT_RENEG_LIMIT
CLIENT_RENEG_WINDOW
Interfaces
ConnectionOptions
SecurePair
TlsOptions
Classes
ClearTextStream
Server
Functions
connect
createSecurePair
createServer
Variables
CLIENT_RENEG_LIMIT
:
number
CLIENT_RENEG_WINDOW
:
number
Functions
connect
(
options
:
TlsOptions
, secureConnectionListener
?:
() => void
)
:
ClearTextStream
Parameters
options:
TlsOptions
secureConnectionListener?:
() => void
optional
Returns
ClearTextStream
connect
(
port
:
number
, host
?:
string
, options
?:
ConnectionOptions
, secureConnectListener
?:
() => void
)
:
ClearTextStream
Parameters
port:
number
host?:
string
optional
options?:
ConnectionOptions
optional
secureConnectListener?:
() => void
optional
Returns
ClearTextStream
connect
(
port
:
number
, options
?:
ConnectionOptions
, secureConnectListener
?:
() => void
)
:
ClearTextStream
Parameters
port:
number
options?:
ConnectionOptions
optional
secureConnectListener?:
() => void
optional
Returns
ClearTextStream
createSecurePair
(
credentials
?:
Credentials
, isServer
?:
boolean
, requestCert
?:
boolean
, rejectUnauthorized
?:
boolean
)
:
SecurePair
Parameters
credentials?:
Credentials
optional
isServer?:
boolean
optional
requestCert?:
boolean
optional
rejectUnauthorized?:
boolean
optional
Returns
SecurePair
createServer
(
options
:
TlsOptions
, secureConnectionListener
?:
(cleartextStream: "tls".ClearTextStream) => void
)
:
Server
Parameters
options:
TlsOptions
secureConnectionListener?:
(cleartextStream: "tls".ClearTextStream) => void
optional
Returns
Server
Globals
NodeJS
assert
buffer
child_process
cluster
crypto
dgram
dns
domain
events
fs
grunt
grunt
grunt.config
grunt.event
grunt.fail
grunt.file
grunt.log
grunt.option
grunt.task
grunt.template
grunt.util
http
https
minimatch
net
node
os
path
punycode
querystring
readline
repl
stream
string_decoder
tls
tty
url
util
vm
zlib
CLIENT_RENEG_LIMIT
CLIENT_RENEG_WINDOW
ConnectionOptions
SecurePair
TlsOptions
ClearTextStream
Server
connect
createSecurePair
createServer