Expand my Community achievements bar.

SOLVED

Bouncycastle | JCE SecurityException

Avatar

Level 2

I am using bouncycastle dependencies for PGP Encryption. Exception in the error log:

To resolve following error, I did the following:
1. Update Security provider in java.security file.
2. Add bcprov jar in jre/etc folder.

I tried updating the sling.properties but it did not resolve the issue.

Do we need to do same for Production and other lower environments? OR is there any other way?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

You need to install the bouncy castle jar[0](already an OSGI bundle) in /system/console/bundles and update the sling.properties as on page[1]

[0] PGP Encryption/Decryption in Java | Waiting for Wit

[1] AEM 6.0 Forms Help | Configuring Document Services

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

You need to install the bouncy castle jar[0](already an OSGI bundle) in /system/console/bundles and update the sling.properties as on page[1]

[0] PGP Encryption/Decryption in Java | Waiting for Wit

[1] AEM 6.0 Forms Help | Configuring Document Services

Avatar

Level 2

I tried the same thing before, maybe missed something. It is working now.
Thanks