Ejemplo n.º 1
0
 public static string Sign(string[] data)
 {
     Arrays.sort(data);
     return(DigestUtils.sha1Hex(Join(data)));
 }