SSL

lepus.client.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

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

Value members

Inherited methods

Creates a TLSContext from the specified key store.

Creates a TLSContext from the specified key store.

Attributes

Inherited from:
SSLCompanionPlatform (hidden)
Source
SSLCompanionPlatform.scala

Creates a SSL from the specified key store file.

Creates a SSL from the specified key store file.

Attributes

Inherited from:
SSLCompanionPlatform (hidden)
Source
SSLCompanionPlatform.scala

Creates a SSL from the specified class path resource.

Creates a SSL from the specified class path resource.

Attributes

Inherited from:
SSLCompanionPlatform (hidden)
Source
SSLCompanionPlatform.scala

Creates a SSL from an SSLContext.

Creates a SSL from an SSLContext.

Attributes

Inherited from:
SSLCompanionPlatform (hidden)
Source
SSLCompanionPlatform.scala