Package io.vertx.reactivex.ext.auth
Class HashingAlgorithm
- java.lang.Object
-
- io.vertx.reactivex.ext.auth.HashingAlgorithm
-
- All Implemented Interfaces:
RxDelegate
@Deprecated public class HashingAlgorithm extends Object implements RxDelegate
Deprecated.Hashing Algorithm. A common interface to interact with any system provided algorithms. NOTE: This class has been automatically generated from theoriginalnon RX-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<HashingAlgorithm>__TYPE_ARGDeprecated.
-
Constructor Summary
Constructors Constructor Description HashingAlgorithm(HashingAlgorithm delegate)Deprecated.HashingAlgorithm(Object delegate)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)Deprecated.HashingAlgorithmgetDelegate()Deprecated.inthashCode()Deprecated.Stringid()Deprecated.booleanneedsSeparator()Deprecated.static HashingAlgorithmnewInstance(HashingAlgorithm arg)Deprecated.Set<String>params()Deprecated.StringtoString()Deprecated.
-
-
-
Field Detail
-
__TYPE_ARG
public static final TypeArg<HashingAlgorithm> __TYPE_ARG
Deprecated.
-
-
Constructor Detail
-
HashingAlgorithm
public HashingAlgorithm(HashingAlgorithm delegate)
Deprecated.
-
HashingAlgorithm
public HashingAlgorithm(Object delegate)
Deprecated.
-
-
Method Detail
-
getDelegate
public HashingAlgorithm getDelegate()
Deprecated.- Specified by:
getDelegatein interfaceRxDelegate
-
id
@Deprecated public String id()
Deprecated.return the symbolic name for the algorithm- Returns:
- short id e.g.: sha512.
-
params
@Deprecated public Set<String> params()
Deprecated.return the list of param names required for this algorithm.- Returns:
- set of param names.
-
needsSeparator
@Deprecated public boolean needsSeparator()
Deprecated.Should the encoded string use the default separator to split fields.- Returns:
- true by default.
-
newInstance
public static HashingAlgorithm newInstance(HashingAlgorithm arg)
Deprecated.
-
-