vertx / io.vertx.kotlin.core.net / JksOptions

JksOptions

fun JksOptions(password: String? = null, path: String? = null, value: Buffer? = null): JksOptions

A function providing a DSL for building io.vertx.core.net.JksOptions objects.

Key or trust store options configuring private key and/or certificates based on Java Keystore files.

Or directly provided as a buffer:

Parameters

password - Set the password for the key store

path - Set the path to the key store

value - Set the key store as a buffer