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
      • needsSeparator

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

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