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/03/12 20:45:51 UTC

[wicket] branch WICKET-6864-crypt-enhancement updated (c9b6011 -> 213cefb)

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 c9b6011  Added some JavaDoc
     add 213cefb  First iteration after code review

No new revisions were added by this update.

Summary of changes:
 .../crypt/AbstractKeyInSessionCryptFactory.java    | 12 +++--
 .../util/crypt/KeyInSessionSunJceCryptFactory.java |  8 ++--
 .../org/apache/wicket/util/crypt/AESCrypt.java     |  9 +++-
 .../apache/wicket/util/crypt/AbstractJceCrypt.java | 52 ++++++++++++----------
 .../org/apache/wicket/util/crypt/CipherUtils.java  |  4 +-
 5 files changed, 46 insertions(+), 39 deletions(-)