STRING_CHARSET_NAME
Modifier and Type | Method and Description |
---|---|
static EmptySignature |
obtain() |
void |
updateDiskCacheKey(MessageDigest messageDigest)
Adds all uniquely identifying information to the given digest.
|
public static EmptySignature obtain()
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