TlsOptions | typescript
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TlsOptions

Index

Properties

Optional ALPNProtocols

ALPNProtocols: string[] | Buffer

Optional NPNProtocols

NPNProtocols: string[] | Buffer

Optional SNICallback

SNICallback: function

Type declaration

    • (servername: string, cb: function): any
    • Parameters

      Returns any

Optional ca

ca: string | string[] | Buffer | Buffer[]

Optional cert

cert: string | string[] | Buffer | Buffer[]

Optional ciphers

ciphers: string

Optional crl

crl: string | string[]

Optional dhparam

dhparam: string | Buffer

Optional ecdhCurve

ecdhCurve: string

Optional handshakeTimeout

handshakeTimeout: number

Optional honorCipherOrder

honorCipherOrder: boolean

Optional host

host: string

Optional key

key: string | string[] | Buffer | any[]

Optional passphrase

passphrase: string

Optional pfx

pfx: string | Buffer[]

Optional port

port: number

Optional rejectUnauthorized

rejectUnauthorized: boolean

Optional requestCert

requestCert: boolean

Optional secureProtocol

secureProtocol: string

Optional sessionIdContext

sessionIdContext: string

Optional sessionTimeout

sessionTimeout: number

Optional ticketKeys

ticketKeys: any

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc