Skip to content

Support for PBES1 algorithms#1189

Open
dev-koan wants to merge 1 commit intoIBM:java26from
dev-koan:implement_pbe1_keyder26
Open

Support for PBES1 algorithms#1189
dev-koan wants to merge 1 commit intoIBM:java26from
dev-koan:implement_pbe1_keyder26

Conversation

@dev-koan
Copy link
Collaborator

This update adds support for PBES1, PBEKeyFactory, and PBEParameters for PBES1 algorithms with manual key derivation using MessageDigest with the hash iteration count loop implemented in C to avoid excess JNI calls.
RC2 and RC4 Cipher classes have been added for PBE purpose only and these Ciphers are not supported by OpenJCEPlus Provider.
PBE cipher tests have also been updated for better test coverage.

Signed-off-by: Dev Agarwal dev.agarwal@ibm.com

This update adds support for PBES1, PBEKeyFactory, and
PBEParameters for PBES1 algorithms with manual key derivation
using MessageDigest with the hash iteration count loop
implemented in C to avoid excess JNI calls.
RC2 and RC4 Cipher classes have been added for PBE purpose
only and these Ciphers are not supported by OpenJCEPlus Provider.
PBE cipher tests have also been updated for better
test coverage.

Signed-off-by: Dev Agarwal <dev.agarwal@ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant