SecureContext

Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

final case class Key(pem: Either[Chunk[Byte], String], passphrase: Option[String])
final case class Pfx(buf: Either[Chunk[Byte], String], passphrase: Option[String])
sealed abstract class SecureVersion
Companion:
object
Companion:
class

Value members

Concrete methods

def apply(ca: Option[Seq[Either[Chunk[Byte], String]]], cert: Option[Seq[Either[Chunk[Byte], String]]], ciphers: Option[String], clientCertEngine: Option[String], crl: Option[Seq[Either[Chunk[Byte], String]]], dhparam: Option[Either[Chunk[Byte], String]], ecdhCurve: Option[String], honorCipherOrder: Option[Boolean], key: Option[Seq[Key]], maxVersion: Option[SecureVersion], minVersion: Option[SecureVersion], passphrase: Option[String], pfx: Option[Seq[Pfx]], privateKeyEngine: Option[String], privateKeyIdentifier: Option[String], secureOptions: Option[Long], sessionIdContext: Option[String], sessionTimeout: Option[FiniteDuration], sigalgs: Option[String], ticketKeys: Option[Chunk[Byte]]): SecureContext
def fromJS(secureContext: Any): SecureContext