Uses of Class
io.vertx.mutiny.ext.auth.otp.OtpKeyGenerator
-
Packages that use OtpKeyGenerator Package Description io.vertx.mutiny.ext.auth.otp -
-
Uses of OtpKeyGenerator in io.vertx.mutiny.ext.auth.otp
Fields in io.vertx.mutiny.ext.auth.otp with type parameters of type OtpKeyGenerator Modifier and Type Field Description static TypeArg<OtpKeyGenerator>
OtpKeyGenerator. __TYPE_ARG
Methods in io.vertx.mutiny.ext.auth.otp that return OtpKeyGenerator Modifier and Type Method Description static OtpKeyGenerator
OtpKeyGenerator. create()
static OtpKeyGenerator
OtpKeyGenerator. create(String algorithm)
static OtpKeyGenerator
OtpKeyGenerator. newInstance(io.vertx.ext.auth.otp.OtpKeyGenerator arg)
-