System.arraycopy( new SHA1Simple().calculateHash(key_block.getBytes()), 0, req, 8, 20 );
Signature sig = Signature.getInstance("MD5withRSA" );
sig.initSign( key );
sig.update( req );
dhts[1].getTransport().getLocalContact().sendKeyBlock(
new DHTTransportReplyHandlerAdapter()