Andrea Del Bene created WICKET-5768:
---------------------------------------
Summary: Improve class hierarchy of package
org.apache.wicket.util.crypt
Key: WICKET-5768
URL: https://issues.apache.org/jira/browse/WICKET-5768
Project: Wicket
Issue Type: Improvement
Affects Versions: 7.0.0-M4
Reporter: Andrea Del Bene
Assignee: Andrea Del Bene
Priority: Minor
Fix For: 7.0.0-M5
Following the wok done for WICKET-5756, it would be nice to have a more
flexible and clear hierarchy for cryptography classes in package
org.apache.wicket.util.crypt. Currently we base our chipers on interface ICrypt
which assumes we want to use a string as "secret" key.
We can apply some refactoring to support keys of generic type and make the
whole implementation more clear.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)