450451452453454455456457458459460
} catch (NullPointerException e) { // expected } try { new testCipher(new MyCipher(), null, "s"); fail("NullPointerException expected for 'null' provider"); } catch (NullPointerException e) { // expected }