Example #1
0
 public static String getEncodedId(byte[] groupId) {
   return ENCODED_GROUP_PREFIX + Hex.toStringCondensed(groupId);
 }