STRING_CHARSET_NAME
Constructor and Description |
---|
StringSignature(String signature) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
void |
updateDiskCacheKey(MessageDigest messageDigest)
Adds all uniquely identifying information to the given digest.
|
public StringSignature(String signature)
public boolean equals(Object o)
public int hashCode()
public void updateDiskCacheKey(MessageDigest messageDigest) throws UnsupportedEncodingException
Key
Note - Using MessageDigest.reset()
inside of this method will result in undefined
behavior.
updateDiskCacheKey
in interface Key
UnsupportedEncodingException