Uses of Class
io.vertx.mutiny.ext.auth.HashingAlgorithm
-
Packages that use HashingAlgorithm Package Description io.vertx.mutiny.ext.auth -
-
Uses of HashingAlgorithm in io.vertx.mutiny.ext.auth
Fields in io.vertx.mutiny.ext.auth with type parameters of type HashingAlgorithm Modifier and Type Field Description static TypeArg<HashingAlgorithm>
HashingAlgorithm. __TYPE_ARG
Methods in io.vertx.mutiny.ext.auth that return HashingAlgorithm Modifier and Type Method Description HashingAlgorithm
HashingStrategy. get(String id)
static HashingAlgorithm
HashingAlgorithm. newInstance(io.vertx.ext.auth.HashingAlgorithm arg)
Methods in io.vertx.mutiny.ext.auth with parameters of type HashingAlgorithm Modifier and Type Method Description HashingStrategy
HashingStrategy. put(String id, HashingAlgorithm algorithm)
-