Uses of Interface
io.vertx.ext.auth.otp.OtpKeyGenerator
-
Packages that use OtpKeyGenerator Package Description io.vertx.ext.auth.otp io.vertx.reactivex.ext.auth.otp io.vertx.rxjava3.ext.auth.otp -
-
Uses of OtpKeyGenerator in io.vertx.ext.auth.otp
Methods in io.vertx.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. -
Uses of OtpKeyGenerator in io.vertx.reactivex.ext.auth.otp
Methods in io.vertx.reactivex.ext.auth.otp that return OtpKeyGenerator Modifier and Type Method Description OtpKeyGenerator
OtpKeyGenerator. getDelegate()
Methods in io.vertx.reactivex.ext.auth.otp with parameters of type OtpKeyGenerator Modifier and Type Method Description static OtpKeyGenerator
OtpKeyGenerator. newInstance(OtpKeyGenerator arg)
Constructors in io.vertx.reactivex.ext.auth.otp with parameters of type OtpKeyGenerator Constructor Description OtpKeyGenerator(OtpKeyGenerator delegate)
-
Uses of OtpKeyGenerator in io.vertx.rxjava3.ext.auth.otp
Methods in io.vertx.rxjava3.ext.auth.otp that return OtpKeyGenerator Modifier and Type Method Description OtpKeyGenerator
OtpKeyGenerator. getDelegate()
Methods in io.vertx.rxjava3.ext.auth.otp with parameters of type OtpKeyGenerator Modifier and Type Method Description static OtpKeyGenerator
OtpKeyGenerator. newInstance(OtpKeyGenerator arg)
Constructors in io.vertx.rxjava3.ext.auth.otp with parameters of type OtpKeyGenerator Constructor Description OtpKeyGenerator(OtpKeyGenerator delegate)
-