SSLConfiguration
com.github.mauricio.async.db.SSLConfiguration
See theSSLConfiguration companion object
Contains the SSL configuration necessary to connect to a database.
Attributes
- 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
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any