Builder

trait Builder[F <: ([_$2] =>> Any)]
Companion
object
class Object
trait Matchable
class Any

Value members

Methods

def fromSSLContext(ctx: SSLContext): TLSContext[F]
Creates a TLSContext which trusts all certificates.
Creates a TLSContext from the system default SSLContext.
def fromKeyStoreFile(file: Path, storePassword: Array[Char], keyPassword: Array[Char]): F[TLSContext[F]]
Creates a TLSContext from the specified key store file.
def fromKeyStoreResource(resource: String, storePassword: Array[Char], keyPassword: Array[Char]): F[TLSContext[F]]
Creates a TLSContext from the specified class path resource.
def fromKeyStore(keyStore: KeyStore, keyPassword: Array[Char]): F[TLSContext[F]]
Creates a TLSContext from the specified key store.