Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

class file for org.spongycastle.openpgp.PGPException not found #6

Open
digital-spinner opened this issue Jul 25, 2022 · 0 comments
Open

Comments

@digital-spinner
Copy link

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.

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

No branches or pull requests

1 participant