Class HashingAlgorithm
java.lang.Object
io.vertx.reactivex.ext.auth.hashing.HashingAlgorithm
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHashingAlgorithm(HashingAlgorithm delegate) HashingAlgorithm(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()id()return the symbolic name for the algorithmbooleanShould the encoded string use the default separator to split fields.static HashingAlgorithmparams()return the list of param names required for this algorithm.toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
HashingAlgorithm
-
HashingAlgorithm
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
id
-
params
-
needsSeparator
public boolean needsSeparator()Should the encoded string use the default separator to split fields.- Returns:
- true by default.
-
newInstance
-