Esempio n. 1
0
 protected int engineUpdate(byte[] in, int inOfs, int inLen, byte[] out, int outOfs)
     throws ShortBufferException {
   return core.update(in, inOfs, inLen, out, outOfs);
 }
Esempio n. 2
0
 protected byte[] engineUpdate(byte[] in, int inOfs, int inLen) {
   return core.update(in, inOfs, inLen);
 }