Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OpenSSLEngineOptions

Configures a TCPSSLOptions to use OpenSsl.

Hierarchy

  • OpenSSLEngineOptions

Index

Constructors

constructor

Methods

getUseWorkerThread

  • getUseWorkerThread(): boolean
  • Set the thread pool to use for SSL blocking operations.

    Returns boolean

isSessionCacheEnabled

  • isSessionCacheEnabled(): boolean
  • Set whether session cache is enabled in open SSL session server context

    Returns boolean

setSessionCacheEnabled

  • Set whether session cache is enabled in open SSL session server context

    Parameters

    • sessionCacheEnabled: boolean

    Returns OpenSSLEngineOptions

setUseWorkerThread

  • Set the thread pool to use for SSL blocking operations.

    Parameters

    • useWorkerThread: boolean

    Returns OpenSSLEngineOptions

toJson

  • toJson(): {}
  • Returns {}

    • [key: string]: any

Generated using TypeDoc