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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getHashAlgorithm()
Gets the hash algorithm.byte[]
getHashValue()
Gets the 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.
-
-