CHARSET, STRING_CHARSET_NAME| Modifier and Type | Method and Description |
|---|---|
static EmptySignature |
obtain() |
java.lang.String |
toString() |
void |
updateDiskCacheKey(java.security.MessageDigest messageDigest)
Adds all uniquely identifying information to the given digest.
|
@NonNull public static EmptySignature obtain()
public java.lang.String toString()
toString in class java.lang.Objectpublic void updateDiskCacheKey(@NonNull
java.security.MessageDigest messageDigest)
KeyNote - Using MessageDigest.reset() inside of this method will result
in undefined behavior.
updateDiskCacheKey in interface Key