Class HashingAlgorithm

java.lang.Object
io.vertx.mutiny.ext.auth.HashingAlgorithm
All Implemented Interfaces:
MutinyDelegate

@Deprecated public class HashingAlgorithm extends Object implements MutinyDelegate
Deprecated.
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.

  • Field Details

  • Constructor Details

    • HashingAlgorithm

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

      public HashingAlgorithm(Object delegate)
      Deprecated.
  • Method Details

    • getDelegate

      public io.vertx.ext.auth.HashingAlgorithm getDelegate()
      Deprecated.
      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate used by this Mutiny object of generated type
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

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

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

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

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

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