Interface Algorithm

    • Method Detail

      • getName

        java.lang.String getName()
        Return a string representation of the algorithm.
        Returns:
        the algorithm name.
      • requiresAlgorithmParameters

        boolean requiresAlgorithmParameters()
        Returns true if this algorithm requires additional parameter fields, false otherwise.
        Returns:
        true if algorithm requires parameters.
      • equals

        boolean equals​(java.lang.Object o)
        Object equals method.
        Overrides:
        equals in class java.lang.Object
        Parameters:
        o - the object to be checked for equality.
        Returns:
        true if o is equal to this, false otherwise.
      • hashCode

        int hashCode()
        Object hashCode method.
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        calculated hash code for this object.