示例#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);
 }
示例#2
0
 protected byte[] engineUpdate(byte[] in, int inOfs, int inLen) {
   return core.update(in, inOfs, inLen);
 }