Uses of Class
io.vertx.mutiny.ext.auth.hashing.HashingStrategy
Packages that use HashingStrategy
-
Uses of HashingStrategy in io.vertx.mutiny.ext.auth.hashing
Fields in io.vertx.mutiny.ext.auth.hashing with type parameters of type HashingStrategyModifier and TypeFieldDescriptionstatic final TypeArg<HashingStrategy>HashingStrategy.__TYPE_ARGMethods in io.vertx.mutiny.ext.auth.hashing that return HashingStrategyModifier and TypeMethodDescriptionstatic HashingStrategyHashingStrategy.load()Factory method to load the algorithms from the systemstatic HashingStrategyHashingStrategy.newInstance(io.vertx.ext.auth.hashing.HashingStrategy delegate) Creates a new instance of theHashingStrategy.HashingStrategy.put(String id, HashingAlgorithm algorithm) Put or replace an algorithm into the list of system loaded algorithms.