SSL

skunk.SSL
See theSSL companion object
abstract class SSL

Attributes

Companion
object
Source
SSL.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object None.type
object System.type
object Trusted.type
Self type
SSL

Members list

Value members

Abstract methods

def tlsContext[F[_] : Network](implicit evidence$1: Network[F], ev: ApplicativeError[F, Throwable]): Resource[F, TLSContext[F]]

Attributes

Source
SSL.scala

Concrete methods

def toSSLNegotiationOptions[F[_] : Network](logger: Option[String => F[Unit]])(implicit evidence$2: Network[F], ev: ApplicativeError[F, Throwable]): Resource[F, Option[Options[F]]]

Attributes

Source
SSL.scala
def withFallback(fallbackOk: Boolean): SSL

Attributes

Source
SSL.scala
def withTLSParameters(tlsParameters: TLSParameters): SSL

Attributes

Source
SSL.scala

Concrete fields

Attributes

Source
SSL.scala

Attributes

Source
SSL.scala