-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Signature verification only with Java. #42
Comments
I don't know sorry, but if you find out I can add a verify feature to jsign. |
Thanks for the answer. I'll try to find out. |
Hi. I do this:
and the result is:
|
Because |
@jesselandman Hi. |
Hi.
Please, help.
How can i verify signature only with Java?
I try this:
but I get an error:
Exception in thread "main" java.lang.NullPointerException
at org.bouncycastle.cms.CMSSignedData$1.write(Unknown Source)
at org.bouncycastle.cms.SignerInformation.doVerify(Unknown Source)
at org.bouncycastle.cms.SignerInformation.verify(Unknown Source)
at ru.centerinform.crypto.Main.main(Main.java:86)
The text was updated successfully, but these errors were encountered: