Hi All,
Got below error when trying to decrypt the csv file using PGP. Does anyone know what can be done to resolve this
class org.bouncycastle.openpgp.PGPLiteralData cannot be cast to class org.bouncycastle.openpgp.PGPCompressedData (org.bouncycastle.openpgp.PGPLiteralData and org.bouncycastle.openpgp.PGPCompressedData are in unnamed module of loader org.apache.felix.framework.BundleWiringImpl$BundleClassLoader
Discussion posts and replies are publicly visible
We are using a custom implementation of PGP. But this error is due to the usage of PGPLiteral instead of CompressedData during Encrypt. For this plugin, looks like the author has released a new version with fix specific to handle PGPLiteralData.