Builder
- Companion
- object
class Object
trait Matchable
class Any
Value members
Methods
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.