- Companion:
- object
- Source:
- TLSContext.scala
class Object
trait Matchable
class Any
Value members
Abstract methods
Creates a TLSContext
which trusts all certificates.
Creates a TLSContext
which trusts all certificates.
- Source:
- TLSContext.scala
Creates a TLSContext
from the system default SSLContext
.
Creates a TLSContext
from the system default SSLContext
.
- Source:
- TLSContext.scala
Inherited methods
Creates a TLSContext
from the specified key store.
Creates a TLSContext
from the specified key store.
- Inherited from:
- BuilderPlatform (hidden)
- Source:
- TLSContextPlatform.scala
def fromKeyStoreFile(file: Path, storePassword: Array[Char], keyPassword: Array[Char]): F[TLSContext[F]]
Creates a TLSContext
from the specified key store file.
Creates a TLSContext
from the specified key store file.
- Inherited from:
- BuilderPlatform (hidden)
- Source:
- TLSContextPlatform.scala
def fromKeyStoreResource(resource: String, storePassword: Array[Char], keyPassword: Array[Char]): F[TLSContext[F]]
Creates a TLSContext
from the specified class path resource.
Creates a TLSContext
from the specified class path resource.
- Inherited from:
- BuilderPlatform (hidden)
- Source:
- TLSContextPlatform.scala