Uses of Class
io.vertx.reactivex.ext.auth.hashing.HashingAlgorithm
-
Packages that use HashingAlgorithm Package Description io.vertx.reactivex.ext.auth.hashing -
-
Uses of HashingAlgorithm in io.vertx.reactivex.ext.auth.hashing
Fields in io.vertx.reactivex.ext.auth.hashing with type parameters of type HashingAlgorithm Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<HashingAlgorithm>
HashingAlgorithm. __TYPE_ARG
Methods in io.vertx.reactivex.ext.auth.hashing that return HashingAlgorithm Modifier and Type Method Description HashingAlgorithm
HashingStrategy. get(String id)
Get an algorithm interface by its Idstatic HashingAlgorithm
HashingAlgorithm. newInstance(HashingAlgorithm arg)
Methods in io.vertx.reactivex.ext.auth.hashing with parameters of type HashingAlgorithm Modifier and Type Method Description HashingStrategy
HashingStrategy. put(String id, HashingAlgorithm algorithm)
Put or replace an algorithm into the list of system loaded algorithms.
-