SecureContext

fs2.io.net.tls.SecureContext
See theSecureContext companion trait
object SecureContext

Attributes

Companion
trait
Source
SecureContext.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Key(pem: Either[Chunk[Byte], String], passphrase: Option[String])

Attributes

Source
SecureContext.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Key
final case class Pfx(buf: Either[Chunk[Byte], String], passphrase: Option[String])

Attributes

Source
SecureContext.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Pfx
sealed abstract class SecureVersion

Attributes

Companion
object
Source
SecureContext.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object TLSv1
object TLSv1.1
object TLSv1.2
object TLSv1.3
object SecureVersion

Attributes

Companion
class
Source
SecureContext.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

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

Attributes

Source
SecureContext.scala
def fromJS(secureContext: Any): SecureContext

Attributes

Source
SecureContext.scala