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