Uses of Class
io.vertx.ext.auth.otp.OtpKey
Packages that use OtpKey
Package
Description
-
Uses of OtpKey in io.vertx.ext.auth.otp
Methods in io.vertx.ext.auth.otp that return OtpKeyModifier and TypeMethodDescriptionOtpKeyGenerator.generate()Generate key with default size;OtpKeyGenerator.generate(int keySize) Generate keyOtpKey.setAlgorithm(String algorithm) Constructors in io.vertx.ext.auth.otp with parameters of type OtpKey -
Uses of OtpKey in io.vertx.ext.auth.otp.hotp
Methods in io.vertx.ext.auth.otp.hotp with parameters of type OtpKeyModifier and TypeMethodDescriptionHotpAuth.createAuthenticator(String id, OtpKey otpKey) Creating authenticator from user id and key.default StringHotpAuth.generateUri(OtpKey otpKey, String label) Creating URI for register in key in user device.default StringHotpAuth.generateUri(OtpKey otpKey, String issuer, String user) Creating URI for register in key in user device.HotpAuth.generateUri(OtpKey otpKey, String issuer, String user, String label) Creating URI for register in key in user device. -
Uses of OtpKey in io.vertx.ext.auth.otp.totp
Methods in io.vertx.ext.auth.otp.totp with parameters of type OtpKeyModifier and TypeMethodDescriptionTotpAuth.createAuthenticator(String id, OtpKey otpKey) Creating authenticator from user id and key.default StringTotpAuth.generateUri(OtpKey otpKey, String label) Creating URI for register in key in user device.default StringTotpAuth.generateUri(OtpKey otpKey, String issuer, String user) Creating URI for register in key in user device.TotpAuth.generateUri(OtpKey otpKey, String issuer, String user, String label) Creating URI for register in key in user device. -
Uses of OtpKey in io.vertx.reactivex.ext.auth.otp
Methods in io.vertx.reactivex.ext.auth.otp that return OtpKey -
Uses of OtpKey in io.vertx.reactivex.ext.auth.otp.hotp
Methods in io.vertx.reactivex.ext.auth.otp.hotp with parameters of type OtpKeyModifier and TypeMethodDescriptionHotpAuth.createAuthenticator(String id, OtpKey otpKey) Creating authenticator from user id and key.HotpAuth.generateUri(OtpKey otpKey, String label) Creating URI for register in key in user device.HotpAuth.generateUri(OtpKey otpKey, String issuer, String user) Creating URI for register in key in user device.HotpAuth.generateUri(OtpKey otpKey, String issuer, String user, String label) Creating URI for register in key in user device.HotpAuth.rxCreateAuthenticator(String id, OtpKey otpKey) Creating authenticator from user id and key. -
Uses of OtpKey in io.vertx.reactivex.ext.auth.otp.totp
Methods in io.vertx.reactivex.ext.auth.otp.totp with parameters of type OtpKeyModifier and TypeMethodDescriptionTotpAuth.createAuthenticator(String id, OtpKey otpKey) Creating authenticator from user id and key.TotpAuth.generateUri(OtpKey otpKey, String label) Creating URI for register in key in user device.TotpAuth.generateUri(OtpKey otpKey, String issuer, String user) Creating URI for register in key in user device.TotpAuth.generateUri(OtpKey otpKey, String issuer, String user, String label) Creating URI for register in key in user device.TotpAuth.rxCreateAuthenticator(String id, OtpKey otpKey) Creating authenticator from user id and key. -
Uses of OtpKey in io.vertx.rxjava3.ext.auth.otp
Methods in io.vertx.rxjava3.ext.auth.otp that return OtpKey -
Uses of OtpKey in io.vertx.rxjava3.ext.auth.otp.hotp
Methods in io.vertx.rxjava3.ext.auth.otp.hotp with parameters of type OtpKeyModifier and TypeMethodDescriptionHotpAuth.createAuthenticator(String id, OtpKey otpKey) Creating authenticator from user id and key.HotpAuth.generateUri(OtpKey otpKey, String label) Creating URI for register in key in user device.HotpAuth.generateUri(OtpKey otpKey, String issuer, String user) Creating URI for register in key in user device.HotpAuth.generateUri(OtpKey otpKey, String issuer, String user, String label) Creating URI for register in key in user device.HotpAuth.rxCreateAuthenticator(String id, OtpKey otpKey) Creating authenticator from user id and key. -
Uses of OtpKey in io.vertx.rxjava3.ext.auth.otp.totp
Methods in io.vertx.rxjava3.ext.auth.otp.totp with parameters of type OtpKeyModifier and TypeMethodDescriptionTotpAuth.createAuthenticator(String id, OtpKey otpKey) Creating authenticator from user id and key.TotpAuth.generateUri(OtpKey otpKey, String label) Creating URI for register in key in user device.TotpAuth.generateUri(OtpKey otpKey, String issuer, String user) Creating URI for register in key in user device.TotpAuth.generateUri(OtpKey otpKey, String issuer, String user, String label) Creating URI for register in key in user device.TotpAuth.rxCreateAuthenticator(String id, OtpKey otpKey) Creating authenticator from user id and key.