SSL

skunk.SSL$
See theSSL companion class
object SSL

Attributes

Companion:
class
Source:
SSL.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SSL.type

Members list

Concise view

Type members

Classlikes

object None extends SSL

SSL which indicates that SSL is not to be used.

SSL which indicates that SSL is not to be used.

Attributes

Source:
SSL.scala
Graph
Supertypes
class SSL
class Object
trait Matchable
class Any
Self type
None.type
object System extends SSL

SSL from the system default SSLContext.

SSL from the system default SSLContext.

Attributes

Source:
SSL.scala
Graph
Supertypes
class SSL
class Object
trait Matchable
class Any
Self type
System.type
object Trusted extends SSL

SSL which trusts all certificates.

SSL which trusts all certificates.

Attributes

Source:
SSL.scala
Graph
Supertypes
class SSL
class Object
trait Matchable
class Any
Self type
Trusted.type

Value members

Inherited methods

def fromKeyStore(keyStore: KeyStore, keyPassword: Array[Char]): SSL

Creates a TLSContext from the specified key store.

Creates a TLSContext from the specified key store.

Attributes

Inherited from:
SSLCompanionPlatform (hidden)
Source:
SSLPlatform.scala
def fromKeyStoreFile(file: Path, storePassword: Array[Char], keyPassword: Array[Char]): SSL

Creates a SSL from the specified key store file.

Creates a SSL from the specified key store file.

Attributes

Inherited from:
SSLCompanionPlatform (hidden)
Source:
SSLPlatform.scala
def fromKeyStoreResource(resource: String, storePassword: Array[Char], keyPassword: Array[Char]): SSL

Creates a SSL from the specified class path resource.

Creates a SSL from the specified class path resource.

Attributes

Inherited from:
SSLCompanionPlatform (hidden)
Source:
SSLPlatform.scala
def fromSSLContext(ctx: SSLContext): SSL

Creates a SSL from an SSLContext.

Creates a SSL from an SSLContext.

Attributes

Inherited from:
SSLCompanionPlatform (hidden)
Source:
SSLPlatform.scala