Uses of Interface
io.vertx.ext.auth.hashing.HashingAlgorithm
-
Packages that use HashingAlgorithm Package Description io.vertx.ext.auth.hashing io.vertx.reactivex.ext.auth.hashing io.vertx.rxjava3.ext.auth.hashing -
-
Uses of HashingAlgorithm in io.vertx.ext.auth.hashing
Methods in io.vertx.ext.auth.hashing that return HashingAlgorithm Modifier and Type Method Description HashingAlgorithm
HashingStrategy. get(String id)
Get an algorithm interface by its IdMethods in io.vertx.ext.auth.hashing with parameters of type HashingAlgorithm Modifier and Type Method Description static String
HashString. encode(HashingAlgorithm algorithm, Map<String,String> params, String salt, String hash)
HashingStrategy
HashingStrategy. put(String id, HashingAlgorithm algorithm)
Put or replace an algorithm into the list of system loaded algorithms. -
Uses of HashingAlgorithm in io.vertx.reactivex.ext.auth.hashing
Methods in io.vertx.reactivex.ext.auth.hashing that return HashingAlgorithm Modifier and Type Method Description HashingAlgorithm
HashingAlgorithm. getDelegate()
Methods in io.vertx.reactivex.ext.auth.hashing with parameters of type HashingAlgorithm Modifier and Type Method Description static HashingAlgorithm
HashingAlgorithm. newInstance(HashingAlgorithm arg)
Constructors in io.vertx.reactivex.ext.auth.hashing with parameters of type HashingAlgorithm Constructor Description HashingAlgorithm(HashingAlgorithm delegate)
-
Uses of HashingAlgorithm in io.vertx.rxjava3.ext.auth.hashing
Methods in io.vertx.rxjava3.ext.auth.hashing that return HashingAlgorithm Modifier and Type Method Description HashingAlgorithm
HashingAlgorithm. getDelegate()
Methods in io.vertx.rxjava3.ext.auth.hashing with parameters of type HashingAlgorithm Modifier and Type Method Description static HashingAlgorithm
HashingAlgorithm. newInstance(HashingAlgorithm arg)
Constructors in io.vertx.rxjava3.ext.auth.hashing with parameters of type HashingAlgorithm Constructor Description HashingAlgorithm(HashingAlgorithm delegate)
-