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/16 18:19:23 UTC

[wicket] branch WICKET-6864-crypt-enhancement updated (eeac604 -> dcca921)

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 eeac604  Improved AESCrypt and AbstractJceCrypt by removing method buildCipher and getting the block size directly from the cipher.
     add dcca921  Code review cycle

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/wicket/core/util/crypt/AESCrypt.java     |  2 +-
 .../org/apache/wicket/core/util/crypt/AbstractJceCrypt.java  | 10 +++-------
 .../core/util/crypt/AbstractKeyInSessionCryptFactory.java    |  5 -----
 .../java/org/apache/wicket/core/util/crypt/AESCryptTest.java | 12 ++++++------
 4 files changed, 10 insertions(+), 19 deletions(-)