Uses of Interface
io.vertx.ext.auth.hashing.HashingStrategy
-
Packages that use HashingStrategy Package Description io.vertx.ext.auth.hashing io.vertx.reactivex.ext.auth.hashing io.vertx.rxjava3.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. -
Uses of HashingStrategy in io.vertx.reactivex.ext.auth.hashing
Methods in io.vertx.reactivex.ext.auth.hashing that return HashingStrategy Modifier and Type Method Description HashingStrategy
HashingStrategy. getDelegate()
Methods in io.vertx.reactivex.ext.auth.hashing with parameters of type HashingStrategy Modifier and Type Method Description static HashingStrategy
HashingStrategy. newInstance(HashingStrategy arg)
Constructors in io.vertx.reactivex.ext.auth.hashing with parameters of type HashingStrategy Constructor Description HashingStrategy(HashingStrategy delegate)
-
Uses of HashingStrategy in io.vertx.rxjava3.ext.auth.hashing
Methods in io.vertx.rxjava3.ext.auth.hashing that return HashingStrategy Modifier and Type Method Description HashingStrategy
HashingStrategy. getDelegate()
Methods in io.vertx.rxjava3.ext.auth.hashing with parameters of type HashingStrategy Modifier and Type Method Description static HashingStrategy
HashingStrategy. newInstance(HashingStrategy arg)
Constructors in io.vertx.rxjava3.ext.auth.hashing with parameters of type HashingStrategy Constructor Description HashingStrategy(HashingStrategy delegate)
-