EngineSSLConnectorConfig

Represents an SSL connector configuration.

Inheritors

Properties

Link copied to clipboard
abstract val enabledProtocols: List<String>?

Enabled protocol versions

Link copied to clipboard
abstract val keyAlias: String

TLS key alias

Link copied to clipboard
abstract val keyStore: KeyStore

KeyStore where a certificate is stored

Link copied to clipboard
abstract val keyStorePassword: () -> CharArray

Keystore password provider

Link copied to clipboard
abstract val keyStorePath: File?

File where the keystore is located

Link copied to clipboard
abstract val privateKeyPassword: () -> CharArray

Private key password provider

Link copied to clipboard
abstract val trustStore: KeyStore?

Store of trusted certificates for verifying the remote endpoint's certificate.

Link copied to clipboard
abstract val trustStorePath: File?

File with trusted certificates (JKS) for verifying the remote endpoint's certificate.