Exemplo n.º 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);
 }
Exemplo n.º 2
0
 protected byte[] engineUpdate(byte[] in, int inOff, int inLen) {
   return cipher.engineUpdate(in, inOff, inLen);
 }