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