This is an automated email from the ASF dual-hosted git repository.
kwin pushed a change to branch feature/jca-impl
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-crypto.git
from e85771e Add JCA based implementation
add 98eb754 Support ciphers not using parameters
No new revisions were added by this update.
Summary of changes:
pom.xml | 17 +++-
.../crypto/internal/SecureRandomSaltProvider.java | 21 ++---
.../SecureRandomSaltProviderConfiguration.java | 8 +-
.../crypto/jca/internal/JcaPbeCryptoService.java | 84 ++++++++++++++------
.../internal/JcaPbeCryptoServiceConfiguration.java | 24 ++++--
.../internal/EncryptWebConsolePlugin.java | 5 +-
.../crypto/it/tests/EncryptWebConsolePluginIT.java | 22 +++---
.../jca/internal/JcaPbeCryptoServiceTest.java | 92 ++++++++++++++--------
8 files changed, 178 insertions(+), 95 deletions(-)