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