Searched refs:DIGESTER (Results 1 - 1 of 1) sorted by path

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DFingerprint.java32 private static final MessageDigest DIGESTER; field in class:Fingerprint
51 DIGESTER = MessageDigest.getInstance(DIGEST_MD5);
52 FINGERPRINT_BYTE_LENGTH = DIGESTER.getDigestLength();
86 in = new DigestInputStream(stream, DIGESTER);

Completed in 47 milliseconds