HMac.java | 125 digest.update(key, 0, key.length); 154 digest.update(inputPad, 0, inputPad.length); 162 public void update( method in class:HMac 165 digest.update(in); 168 public void update( method in class:HMac 173 digest.update(in, inOff, len); 183 digest.update(outputPad, 0, outputPad.length); 184 digest.update(tmp, 0, tmp.length); 206 digest.update(inputPad, 0, inputPad.length);
|