Actions
Defect #736
closedChange crypt key for confidential storage
Status:
Closed
Priority:
Normal
Assignee:
Radek Tomiška
Category:
Confidential Storage
Target version:
Start date:
10/04/2017
Due date:
% Done:
100%
Estimated time:
Affected versions:
Owner:
Description
When crypt secret key for confidential storage is changed, is not possible to save new values by this ke - e.g. in target system connector configuration
Updated by Radek Tomiška about 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
I found the source of problem - jawax.crypto.Cipher is not thread save and is not reusable (if any exception is thrown, cipher object need to be reset before it can be used again).
So its fixed (i create new cipher instance instead synchronization blocks) and pushed it into develop.
Actions