Generating and Verifying Signatures [API] |
Now run theGenSig
application with the interpreter:java GenSig dataRemember, you need to specify the name of a file to be signed. You can download and use this sample file nameddata
or any other file you like. The file will not be modified. It will be read so that a signature can be generated for it.After executing the program, you should see the saved
suepk
(public key) andsig
(signature) files.
Generating and Verifying Signatures [API] |