lepus.client.SSL
See theSSL companion class
object SSL
Attributes
Members list
Type members
Classlikes
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
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
- SSLCompanionPlatform.scala
Creates a SSL from an SSLContext.
Creates a SSL from an SSLContext.
Attributes
- Inherited from:
- SSLCompanionPlatform (hidden)
- Source
- SSLCompanionPlatform.scala
In this article