// get the user profile which should be stored at the proxy
FutureGet global = client.getDataManager().getUnblocked(
new Parameters().setLocationKey(credentials.getProfileLocationKey()).setContentKey(
H2HConstants.USER_PROFILE));
global.awaitUninterruptibly();
global.getFutureRequests().awaitUninterruptibly();
EncryptedNetworkContent found = (EncryptedNetworkContent) global.getData().object();
Assert.assertNotNull(found);
// decrypt it using the same password as set above