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