protected int engineUpdate(byte[] in, int inOff, int inLen, byte[] out, int outOff) throws ShortBufferException { return core.implUpdate(in, inOff, inLen, out, outOff); }
protected byte[] engineUpdate(byte[] in, int inOff, int inLen) { return core.implUpdate(in, inOff, inLen); }