• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

importing keystore and password

 
Ranch Hand
Posts: 147
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In my project i am creating a digitally signed pdfs so i want to upload signture and password enterd by user for digital signature ,i dont know how to use it ???
i am using following code for creating digitally signed pdfs ....how to send the uploaded file to another servlet to use ......i have uploaded keystore and password using text box but how to use it in following code dynamically to generate pdfs....at the time of submittion of form keystore(.keystore) and password (abcdef) are inserted by the users....one thing i also want to know that in this program i am using keystore but if i want to use only digital certificate (imported in this keystore) then what changes i have to make in my code???


 
rakhi sinha
Ranch Hand
Posts: 147
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

rakhi sinha wrote:In my project i am creating a digitally signed pdfs so i want to upload signture and password enterd by user for digital signature ,i dont know how to use it ???
i am using following code for creating digitally signed pdfs ....how to send the uploaded file to another servlet to use ......i have uploaded keystore and password using text box but how to use it in following code dynamically to generate pdfs....at the time of submittion of form keystore(.keystore) and password (abcdef) are inserted by the users....one thing i also want to know that in this program i am using keystore but if i want to use only digital certificate (imported in this keystore) then what changes i have to make in my code???



here i am using keystore but i want to use .pfx(instead of keystore) file so that uploaded .pfx file can be used to digitally sign the pdfs in browser
 
I got this tall by not having enough crisco in my diet as a kid. This ad looks like it had plenty of shortening:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic