You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2021/02/24 21:30:41 UTC

[wicket] branch WICKET-6864-crypt-enhancement updated (a36cec2 -> 9f883df)

This is an automated email from the ASF dual-hosted git repository.

adelbene pushed a change to branch WICKET-6864-crypt-enhancement
in repository https://gitbox.apache.org/repos/asf/wicket.git.


    from a36cec2  Created AESCrypt and CipherUtils class to factorize common code
     add 9f883df  Formatting and minor refactoring

No new revisions were added by this update.

Summary of changes:
 .../crypt/AbstractKeyInSessionCryptFactory.java    | 112 +++++++++++----------
 .../org/apache/wicket/util/crypt/CipherUtils.java  |   2 +-
 .../org/apache/wicket/util/crypt/AESCryptTest.java |   4 +-
 3 files changed, 60 insertions(+), 58 deletions(-)