Interface IAmarillusHash

  • All Superinterfaces:
    com4j.Com4jObject

    public interface IAmarillusHash
    extends com4j.Com4jObject
    Support for hash generation.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String generateHash​(String value)
      Gets a Hash generated from the input value.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • generateHash

        String generateHash​(String value)

        Gets a Hash generated from the input value.

        Parameters:
        value - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type java.lang.String