示例#1
0
 protected int engineUpdate(byte[] in, int inOff, int inLen, byte[] out, int outOff)
     throws ShortBufferException {
   return cipher.engineUpdate(in, inOff, inLen, out, outOff);
 }
示例#2
0
 protected byte[] engineUpdate(byte[] in, int inOff, int inLen) {
   return cipher.engineUpdate(in, inOff, inLen);
 }