vertx / io.vertx.kotlin.ext.auth / pubSecKeyOptionsOf

pubSecKeyOptionsOf

fun pubSecKeyOptionsOf(algorithm: String? = null, buffer: String? = null, certificate: Boolean? = null, id: String? = 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 Key stored in PEM format.

Parameters

algorithm -

buffer - The PEM or Secret key buffer

certificate -

id -

publicKey -

secretKey -

symmetric -