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:
password
- Set the password for the key store
path
- Set the path to the key store