Home | History | Annotate | Download | only in packet

Lines Matching full:hash

25     private String node, ver, hash;
30 public CapsExtension(String node, String version, String hash) {
33 this.hash = hash;
61 return hash;
64 public void setHash(String hash) {
65 this.hash = hash;
70 * hash='sha-1'
77 "hash=\"" + hash + "\" " +