fs2.io.net.tls.TLSContext$.Builder
See theBuilder companion object
Attributes
- Companion:
- object
- Source:
- TLSContext.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Members list
Concise view
Value members
Abstract methods
Creates a TLSContext
which trusts all certificates.
Creates a TLSContext
from the system default SSLContext
.
Inherited methods
Creates a TLSContext
from the specified key store.
Creates a TLSContext
from the specified key store.
Attributes
- 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.
Attributes
- 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.
Attributes
- Inherited from:
- BuilderPlatform (hidden)
- Source:
- TLSContextPlatform.scala
Attributes
- Inherited from:
- BuilderPlatform (hidden)
- Source:
- TLSContextPlatform.scala
Attributes
- Inherited from:
- BuilderPlatform (hidden)
- Source:
- TLSContextPlatform.scala
Attributes
- Inherited from:
- BuilderPlatform (hidden)
- Source:
- TLSContextPlatform.scala