Uses of Interface
io.vertx.ext.auth.hashing.HashingStrategy
-
Packages that use HashingStrategy Package Description io.vertx.ext.auth.hashing -
-
Uses of HashingStrategy in io.vertx.ext.auth.hashing
Methods in io.vertx.ext.auth.hashing that return HashingStrategy Modifier and Type Method Description static HashingStrategyHashingStrategy. load()Factory method to load the algorithms from the systemHashingStrategyHashingStrategy. put(String id, HashingAlgorithm algorithm)Put or replace an algorithm into the list of system loaded algorithms.
-