Description
we do not end up assigning the new value of cipherInformation to the member variable.
The code over here, should be the following so that we can update the cipher information.
if (cipherInformation == null) { throw Illegal exception. } this.cipherInformation = cipherInformation
While this class is only used in tests, we should still fix this. It's a minor bug.