Package-level declarations

Types

Link copied to clipboard
data class SslConfiguration(val mode: SslMode, val rootCertPath: String? = null, val certPath: String? = null, val keyPath: String? = null, val keyPassword: String? = null)

The TLS settings a connection is established under, gathered from the SSL-related connection properties.

Link copied to clipboard

How much protection the connection demands of its transport, in PostgreSQL's own vocabulary.

Link copied to clipboard
internal object SslNegotiator

Handles PostgreSQL SSL negotiation protocol and socket upgrade.