You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project cannot be built. I have a class which will be doing simple encrypt / decrypt operations.
It contains import net.kibotu.pgp.Pgp;
...PgpUtils.java:100: error: cannot access PGPException
result = Pgp.encrypt(payload);
^
class file for org.spongycastle.openpgp.PGPException not found
Decrypt method is not generating such issues related to building.
The text was updated successfully, but these errors were encountered:
Project cannot be built. I have a class which will be doing simple encrypt / decrypt operations.
It contains import net.kibotu.pgp.Pgp;
Decrypt method is not generating such issues related to building.
The text was updated successfully, but these errors were encountered: