vertx / io.vertx.kotlin.ext.auth / PubSecKeyOptions

PubSecKeyOptions

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.

Options describing how a Cryptographic Key.

Parameters

algorithm -

certificate -

publicKey -

secretKey -

symmetric -