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