コード例 #1
0
 protected int engineUpdate(byte[] in, int inOff, int inLen, byte[] out, int outOff)
     throws ShortBufferException {
   return core.implUpdate(in, inOff, inLen, out, outOff);
 }
コード例 #2
0
 protected byte[] engineUpdate(byte[] in, int inOff, int inLen) {
   return core.implUpdate(in, inOff, inLen);
 }