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/14 21:07:19 UTC

[wicket] branch WICKET-6864-crypt-enhancement updated (0f1bf60 -> c9430c4)

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 0f1bf60  WICKET-6864 fixed whitespace
     add c9430c4  Introduced GenericJceCrypt and AbstractKeyInSessionCryptFactory to allow the adoption of more generic alghoritms

No new revisions were added by this update.

Summary of changes:
 .../crypt/AbstractKeyInSessionCryptFactory.java    | 89 ++++++++++++++++++++
 .../util/crypt/KeyInSessionSunJceCryptFactory.java | 74 ++++++++---------
 .../{AbstractCrypt.java => GenericJceCrypt.java}   | 94 +++++++++-------------
 .../java/org/apache/wicket/util/crypt/ICrypt.java  |  4 +
 .../UnlimitedStrengthJurisdictionPolicyTest.java   | 84 ++++++++-----------
 5 files changed, 201 insertions(+), 144 deletions(-)
 create mode 100644 wicket-core/src/main/java/org/apache/wicket/core/util/crypt/AbstractKeyInSessionCryptFactory.java
 copy wicket-util/src/main/java/org/apache/wicket/util/crypt/{AbstractCrypt.java => GenericJceCrypt.java} (67%)