Package io.vertx.mutiny.ext.auth.otp
Class OtpKeyGenerator
java.lang.Object
io.vertx.mutiny.ext.auth.otp.OtpKeyGenerator
- All Implemented Interfaces:
MutinyDelegate
Otp key generator.
NOTE: This class has been automatically generated from the
original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOtpKeyGenerator
(io.vertx.ext.auth.otp.OtpKeyGenerator delegate) OtpKeyGenerator
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic OtpKeyGenerator
create()
static OtpKeyGenerator
boolean
io.vertx.ext.auth.otp.OtpKey
generate()
io.vertx.ext.auth.otp.OtpKey
generate
(int keySize) io.vertx.ext.auth.otp.OtpKeyGenerator
int
hashCode()
static OtpKeyGenerator
newInstance
(io.vertx.ext.auth.otp.OtpKeyGenerator arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
OtpKeyGenerator
public OtpKeyGenerator(io.vertx.ext.auth.otp.OtpKeyGenerator delegate) -
OtpKeyGenerator
-
-
Method Details
-
getDelegate
public io.vertx.ext.auth.otp.OtpKeyGenerator getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
generate
public io.vertx.ext.auth.otp.OtpKey generate()- Returns:
OtpKey
-
generate
public io.vertx.ext.auth.otp.OtpKey generate(int keySize) - Parameters:
keySize
- size of key- Returns:
OtpKey
-
getAlgorithm
-
create
- Returns:
- the created instance of
OtpKeyGenerator
.
-
create
- Parameters:
algorithm
- used hash algorithm.- Returns:
- the created instance of
OtpKeyGenerator
.
-
newInstance
-