Uses of Class
io.vertx.rxjava3.ext.auth.hashing.HashingAlgorithm
Packages that use HashingAlgorithm
-
Uses of HashingAlgorithm in io.vertx.rxjava3.ext.auth.hashing
Fields in io.vertx.rxjava3.ext.auth.hashing with type parameters of type HashingAlgorithmModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<HashingAlgorithm> HashingAlgorithm.__TYPE_ARGMethods in io.vertx.rxjava3.ext.auth.hashing that return HashingAlgorithmModifier and TypeMethodDescriptionGet an algorithm interface by its Idstatic HashingAlgorithmHashingAlgorithm.newInstance(HashingAlgorithm arg) Methods in io.vertx.rxjava3.ext.auth.hashing with parameters of type HashingAlgorithmModifier and TypeMethodDescriptionHashingStrategy.put(String id, HashingAlgorithm algorithm) Put or replace an algorithm into the list of system loaded algorithms.