Uses of Class
io.vertx.rxjava.ext.auth.HashingStrategy
-
Packages that use HashingStrategy Package Description io.vertx.rxjava.ext.auth -
-
Uses of HashingStrategy in io.vertx.rxjava.ext.auth
Fields in io.vertx.rxjava.ext.auth with type parameters of type HashingStrategy Modifier and Type Field Description static TypeArg<HashingStrategy>HashingStrategy. __TYPE_ARGMethods in io.vertx.rxjava.ext.auth that return HashingStrategy Modifier and Type Method Description static HashingStrategyHashingStrategy. load()Factory method to load the algorithms from the systemstatic HashingStrategyHashingStrategy. newInstance(HashingStrategy arg)HashingStrategyHashingStrategy. put(String id, HashingAlgorithm algorithm)Put or replace an algorithm into the list of system loaded algorithms.
-