Uses of Class
io.vertx.ext.auth.PubSecKeyOptions
-
Packages that use PubSecKeyOptions Package Description io.vertx.ext.auth -
-
Uses of PubSecKeyOptions in io.vertx.ext.auth
Methods in io.vertx.ext.auth that return PubSecKeyOptions Modifier and Type Method Description PubSecKeyOptionsPubSecKeyOptions. setAlgorithm(String algorithm)PubSecKeyOptionsPubSecKeyOptions. setBuffer(Buffer buffer)The PEM or Secret key buffer.PubSecKeyOptionsPubSecKeyOptions. setBuffer(String buffer)The PEM or Secret key buffer.PubSecKeyOptionsPubSecKeyOptions. setId(String id)Constructors in io.vertx.ext.auth with parameters of type PubSecKeyOptions Constructor Description PubSecKeyOptions(PubSecKeyOptions other)Copy constructor
-