SSLConfiguration

com.github.mauricio.async.db.SSLConfiguration
See theSSLConfiguration companion object
case class SSLConfiguration(mode: Value, rootCert: Option[File])

Contains the SSL configuration necessary to connect to a database.

Value parameters

mode

whether and with what priority a SSL connection will be negotiated, default disabled

rootCert

path to PEM encoded trusted root certificates, None to use internal JDK cacerts, defaults to None

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product