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(publicKey: String? = null, secretKey: String? = null, type: String? = null, x509Certificates: Iterable<String>? = 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. |