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 HashingStrategy
HashingStrategy. load()
Factory method to load the algorithms from the systemHashingStrategy
HashingStrategy. put(String id, HashingAlgorithm algorithm)
Put or replace an algorithm into the list of system loaded algorithms.
-