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.