Uses of Interface
io.vertx.ext.auth.hashing.HashingStrategy
Packages that use HashingStrategy
Package
Description
-
Uses of HashingStrategy in io.vertx.ext.auth.hashing
Methods in io.vertx.ext.auth.hashing that return HashingStrategyModifier and TypeMethodDescriptionstatic HashingStrategyHashingStrategy.load()Factory method to load the algorithms from the systemHashingStrategy.put(String id, HashingAlgorithm algorithm) Put or replace an algorithm into the list of system loaded algorithms. -
Uses of HashingStrategy in io.vertx.reactivex.ext.auth.hashing
Methods in io.vertx.reactivex.ext.auth.hashing that return HashingStrategyMethods in io.vertx.reactivex.ext.auth.hashing with parameters of type HashingStrategyModifier and TypeMethodDescriptionstatic HashingStrategyHashingStrategy.newInstance(HashingStrategy arg) Constructors in io.vertx.reactivex.ext.auth.hashing with parameters of type HashingStrategy -
Uses of HashingStrategy in io.vertx.rxjava3.ext.auth.hashing
Methods in io.vertx.rxjava3.ext.auth.hashing that return HashingStrategyMethods in io.vertx.rxjava3.ext.auth.hashing with parameters of type HashingStrategyModifier and TypeMethodDescriptionstatic HashingStrategyHashingStrategy.newInstance(HashingStrategy arg) Constructors in io.vertx.rxjava3.ext.auth.hashing with parameters of type HashingStrategy