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

java.lang.IllegalArgumentException: Null input buffer #14

Open
cesarcastmore opened this issue Jul 1, 2022 · 0 comments
Open

java.lang.IllegalArgumentException: Null input buffer #14

cesarcastmore opened this issue Jul 1, 2022 · 0 comments

Comments

@cesarcastmore
Copy link

cesarcastmore commented Jul 1, 2022

We are using this library to encrypt a text with a private key and with a public key we are verifying the integrity of the text.
I have attached a zip file, inside resources, I have four files. two private keys and two private keys. The class that runs the project is called SelloSuccessTest.java and SelloFailtureTest.java

If the SelloSuccessTest class is run, the code executes successfully.
mvn test -Dtest=SelloSuccessTest

If the SelloFailtureTest class is run, the code does not run successfully and returns an error.
mvn test -Dtest=SelloFailtureTest
java.lang.IllegalArgumentException: Null input buffer
Collapse

check-sellos.zip

Could you help us?

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