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

rsa.signString & rsa.verifyString is not a function #274

Closed
AnumSheraz opened this issue Jul 5, 2017 · 3 comments
Closed

rsa.signString & rsa.verifyString is not a function #274

AnumSheraz opened this issue Jul 5, 2017 · 3 comments

Comments

@AnumSheraz
Copy link

When I try to sign a message with RSA Signing demo @
https://kjur.github.io/jsrsasign/sample/sample-rsasign.html

I see an error on console which says;
Uncaught TypeError: rsa.signString is not a function
at doSign (sample-rsasign.html:10)
at HTMLInputElement.onclick (sample-rsasign.html:104)

I tried to change it from rsa.signString to rsa.sign, it works properly. Just a bit curious to know why is that so ? is this library updated ? rsa.signString is really changed to rsa.sign ?

@kjur
Copy link
Owner

kjur commented Jul 5, 2017

Hi. I'll fix it in a few days.

@kjur
Copy link
Owner

kjur commented Jul 6, 2017

I've fixed the site page and it will be included in the next release. Thanks.

@kjur kjur closed this as completed Jul 6, 2017
@AnumSheraz
Copy link
Author

That's Great :)

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

2 participants