Package io.vertx.rxjava.ext.auth
Class HashingAlgorithm
- java.lang.Object
-
- io.vertx.rxjava.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 theoriginal
non RX-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<HashingAlgorithm>
__TYPE_ARG
Deprecated.
-
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 boolean
equals(Object o)
Deprecated.HashingAlgorithm
getDelegate()
Deprecated.int
hashCode()
Deprecated.String
id()
Deprecated.boolean
needsSeparator()
Deprecated.static HashingAlgorithm
newInstance(HashingAlgorithm arg)
Deprecated.Set<String>
params()
Deprecated.String
toString()
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:
getDelegate
in 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.
-
-