fun KeyStoreOptions(password: String? = null, path: String? = null, type: String? = null): KeyStoreOptions
A function providing a DSL for building io.vertx.ext.auth.KeyStoreOptions objects. |
|
fun PubSecKeyOptions(algorithm: String? = null, certificate: Boolean? = null, publicKey: String? = null, secretKey: String? = null, symmetric: Boolean? = null): PubSecKeyOptions
A function providing a DSL for building io.vertx.ext.auth.PubSecKeyOptions objects. |
|
fun SecretOptions(secret: String? = null, type: String? = null): SecretOptions
A function providing a DSL for building io.vertx.ext.auth.SecretOptions objects. |