vertx / io.vertx.kotlin.core.net / keyStoreOptionsOf

keyStoreOptionsOf

fun keyStoreOptionsOf(password: String? = null, path: String? = null, provider: String? = null, type: String? = null, value: Buffer? = null): KeyStoreOptions

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

Key or trust store options configuring private key and/or certificates based on KeyStore.

Or directly provided as a buffer:

Parameters

password - Set the password for the key store

path - Set the path to the key store

provider - Set the store provider.

type - Set the store type.

value - Set the key store as a buffer