I have a third party library (Bouncy Castle) and I've developed app in pure Java that signs some message, i.e. calculates the hash of that message. There is also a web page (html + javascript)
I need use the Java library (code that I have) from the web page. To be more specific:
- user enters information about himself
- clicks button
- a modal form for choosing key file appears
- user chooses key file
- web page calculates hash of the data by means of java library
What is the best (right) way of doing this?
Aucun commentaire:
Enregistrer un commentaire