Searched refs:messagePrint (Results 1 – 1 of 1) sorted by relevance
425 String messagePrint = deviceId + timestamp; in createMessageId() local426 return getShaValue(messagePrint); in createMessageId()429 private static long getShaValue(String messagePrint) { in getShaValue() argument431 return ByteBuffer.wrap(getShaBytes(messagePrint, in getShaValue()440 private static byte[] getShaBytes(String messagePrint, int maxNumOfBytes) in getShaBytes() argument444 messageDigest.update(messagePrint.getBytes("UTF-8")); in getShaBytes()