vertx / io.vertx.kotlin.ext.auth / keyStoreOptionsOf

keyStoreOptionsOf

fun keyStoreOptionsOf(password: String? = null, passwordProtection: Map<String, String>? = null, path: String? = null, type: String? = null): KeyStoreOptions

A function providing a DSL for building io.vertx.ext.auth.KeyStoreOptions objects.

Options describing how an JWT KeyStore should behave. This is an extended version core's io.vertx.core.net.KeyStoreOptions.

Parameters

password -

passwordProtection -

path -

type -