Interface Hashed

  • All Known Implementing Classes:
    AvatarUpdate, EntityCapabilities1, Hash

    public interface Hashed
    Represents a hashed object. It consists a hash algorithm and a corresponding hash value.
    • Method Detail

      • getHashAlgorithm

        String getHashAlgorithm()
        Gets the hash algorithm.
        Returns:
        The hash algorithm.
      • getHashValue

        byte[] getHashValue()
        Gets the hash value.
        Returns:
        The hash value.