Encryption module: Error after update

0
Hello, After updating the encryption module (and removing the old userlib-files), I'm getting a java compile error: [javac] C:\.....-main\javasource\encryption\pgp\PGPUtils.java:217: error: incompatible types: Iterator<PGPEncryptedData> cannot be converted to Iterator<PGPPublicKeyEncryptedData> [javac] Iterator<PGPPublicKeyEncryptedData> it = enc.getEncryptedDataObjects(); It seems that the getEncryptedDataObjects function returns an other objecttype than is expected. the object enc is of type PGPEncryptedDataList, which is imported via org.bouncycastle.openpgp.PGPEncryptedDataList; Can anybody provide me with information regarding this error? Thanks in advance, Greetings Martin
asked
1 answers
1

Hi,

Incase if you would have imported latest version of Encryption module, try to import v.2.0.0 and check, it should fix this error.

answered