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_ARGMethods in io.vertx.mutiny.ext.auth.otp that return OtpKeyGenerator Modifier and Type Method Description static OtpKeyGeneratorOtpKeyGenerator. create()static OtpKeyGeneratorOtpKeyGenerator. create(String algorithm)static OtpKeyGeneratorOtpKeyGenerator. newInstance(io.vertx.ext.auth.otp.OtpKeyGenerator arg) 
 -