Package io.vertx.mutiny.ext.auth
Class HashingAlgorithm
java.lang.Object
io.vertx.mutiny.ext.auth.HashingAlgorithm
- All Implemented Interfaces:
MutinyDelegate
Deprecated.
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) Deprecated.HashingAlgorithm(Object delegate) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.io.vertx.ext.auth.HashingAlgorithmDeprecated.inthashCode()Deprecated.id()Deprecated.booleanDeprecated.static HashingAlgorithmnewInstance(io.vertx.ext.auth.HashingAlgorithm arg) Deprecated.params()Deprecated.toString()Deprecated.
-
Field Details
-
__TYPE_ARG
Deprecated.
-
-
Constructor Details
-
HashingAlgorithm
public HashingAlgorithm(io.vertx.ext.auth.HashingAlgorithm delegate) Deprecated. -
HashingAlgorithm
Deprecated.
-
-
Method Details
-
getDelegate
public io.vertx.ext.auth.HashingAlgorithm getDelegate()Deprecated.- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
id
Deprecated.- Returns:
- short id e.g.: sha512.
-
params
Deprecated.- Returns:
- set of param names.
-
needsSeparator
Deprecated.- Returns:
- true by default.
-
newInstance
Deprecated.
-