-
Notifications
You must be signed in to change notification settings - Fork 58
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
Cannot find static method getInstance in java/security/MessageDigest #742
Labels
Comments
full stack trace:
|
I am also facing the same problem, when I try to compile a BouncyCastle simple demo, for example AES encrypt/decrypt. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, @mirkosertic Thank you for Bytecoder!
I am facing an error:
Cannot find static method getInstance in java/security/MessageDigest with signature java.security.MessageDigest(java.lang.String,java.lang.String)
Could you help me, please? Or give some advice? Thx!
The text was updated successfully, but these errors were encountered: