Package io.vertx.mutiny.ext.auth
Class HashingAlgorithm
java.lang.Object
io.vertx.mutiny.ext.auth.HashingAlgorithm
- All Implemented Interfaces:
MutinyDelegate
Hashing Algorithm. A common interface to interact with any system provided algorithms.
NOTE: This class has been automatically generated from the
original non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHashingAlgorithm(io.vertx.ext.auth.HashingAlgorithm delegate) HashingAlgorithm(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionbooleanio.vertx.ext.auth.HashingAlgorithminthashCode()id()Deprecated.booleanDeprecated.static HashingAlgorithmnewInstance(io.vertx.ext.auth.HashingAlgorithm arg) params()Deprecated.toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
HashingAlgorithm
public HashingAlgorithm(io.vertx.ext.auth.HashingAlgorithm delegate) -
HashingAlgorithm
-
-
Method Details
-
getDelegate
public io.vertx.ext.auth.HashingAlgorithm getDelegate()- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
id
Deprecated.- Returns:
- short id e.g.: sha512.
-
params
Deprecated.- Returns:
- set of param names.
-
needsSeparator
Deprecated.- Returns:
- true by default.
-
newInstance
-