-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
Error reading the .pvk file #34
Comments
Looked at the stack trace noticed its getting a java.lang.NullPointerException
starts happening on that line. I decompiled jsign to look at the line its crashing on. https://github.com/ebourg/jsign/blob/master/jsign-core/src/main/java/net/jsign/PVK.java#L128 |
You get an error because you specified the |
That worked thank you very much! |
Reopening to improve the error message. |
I have a .pvk and it says its "Failed to load the private key" even though i have everything specified in the task.
The text was updated successfully, but these errors were encountered: