Uses of Interface
io.vertx.ext.auth.hashing.HashingAlgorithm
Packages that use HashingAlgorithm
Package
Description
-
Uses of HashingAlgorithm in io.vertx.ext.auth.hashing
Methods in io.vertx.ext.auth.hashing that return HashingAlgorithmModifier and TypeMethodDescriptionGet an algorithm interface by its IdMethods in io.vertx.ext.auth.hashing with parameters of type HashingAlgorithmModifier and TypeMethodDescriptionstatic StringHashingStrategy.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 HashingAlgorithmMethods in io.vertx.reactivex.ext.auth.hashing with parameters of type HashingAlgorithmModifier and TypeMethodDescriptionstatic HashingAlgorithmHashingAlgorithm.newInstance(HashingAlgorithm arg) Constructors in io.vertx.reactivex.ext.auth.hashing with parameters of type HashingAlgorithm -
Uses of HashingAlgorithm in io.vertx.rxjava3.ext.auth.hashing
Methods in io.vertx.rxjava3.ext.auth.hashing that return HashingAlgorithmMethods in io.vertx.rxjava3.ext.auth.hashing with parameters of type HashingAlgorithmModifier and TypeMethodDescriptionstatic HashingAlgorithmHashingAlgorithm.newInstance(HashingAlgorithm arg) Constructors in io.vertx.rxjava3.ext.auth.hashing with parameters of type HashingAlgorithm