Class HashingAlgorithm


  • public class HashingAlgorithm
    extends Object
    Hashing Algorithm. A common interface to interact with any system provided algorithms.

    NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

    • Constructor Detail

      • HashingAlgorithm

        public HashingAlgorithm​(io.vertx.ext.auth.HashingAlgorithm delegate)
      • HashingAlgorithm

        public HashingAlgorithm​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.ext.auth.HashingAlgorithm getDelegate()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • id

        public String id()
        Returns:
        short id e.g.: sha512.
      • params

        public Set<String> params()
        Returns:
        set of param names.
      • needsSeparator

        public boolean needsSeparator()
        Returns:
        true by default.
      • newInstance

        public static HashingAlgorithm newInstance​(io.vertx.ext.auth.HashingAlgorithm arg)