SSL

ldbc.connector.SSL
See theSSL companion trait
object SSL

Attributes

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

Members list

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
Supertypes
trait 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
Supertypes
trait 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
Supertypes
trait SSL
class Object
trait Matchable
class Any
Self type
Trusted.type

Value members

Inherited methods

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

Creates an TLSContext from the specified key store.

Creates an TLSContext from the specified key store.

Attributes

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

Creates an SSL from the specified key store file.

Creates an SSL from the specified key store file.

Attributes

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

Creates an SSL from the specified class path resource.

Creates an SSL from the specified class path resource.

Attributes

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

Creates a SSL from an SSLContext.

Creates a SSL from an SSLContext.

Attributes

Inherited from:
SSLPlatform (hidden)
Source
SSLPlatform.scala