10571058105910601061106210631064106510661067
engine.init( true, params ); byte[] temp = new byte[1024]; engine.processBytes( temp, 0, 1024, temp, 0 ); final byte[] obs_value = new byte[ plain_key.length ]; engine.processBytes( plain_key, 0, plain_key.length, obs_value, 0 );
10611062106310641065106610671068106910701071
engine.processBytes( temp, 0, 1024, temp, 0 ); final byte[] obs_value = new byte[ plain_key.length ]; engine.processBytes( plain_key, 0, plain_key.length, obs_value, 0 ); return( obs_value ); } protected DHTTransportValue
398399400401402403404405406407408
// skip first 1024 bytes of stream to protected against a Fluhrer, Mantin and Shamir attack byte[] temp = new byte[1024]; rc4_engine.processBytes( temp, 0, temp.length, temp, 0 ); return( rc4_engine ); } protected void