Class HashingAlgorithm

  • All Implemented Interfaces:
    RxDelegate

    @Deprecated
    public class HashingAlgorithm
    extends Object
    implements RxDelegate
    Deprecated.
    Hashing Algorithm. A common interface to interact with any system provided algorithms.

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

    • Constructor Detail

      • HashingAlgorithm

        public HashingAlgorithm​(HashingAlgorithm delegate)
        Deprecated.
      • HashingAlgorithm

        public HashingAlgorithm​(Object delegate)
        Deprecated.
    • Method Detail

      • 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.
        return the symbolic name for the algorithm
        Returns:
        short id e.g.: sha512.
      • params

        @Deprecated
        public Set<String> params()
        Deprecated.
        return the list of param names required for this algorithm.
        Returns:
        set of param names.
      • needsSeparator

        @Deprecated
        public boolean needsSeparator()
        Deprecated.
        Should the encoded string use the default separator to split fields.
        Returns:
        true by default.