cancel
Showing results for 
Search instead for 
Did you mean: 

Java API for working with digital signature.

Former Member
0 Kudos

Hi,

I have to check whether a pdf form is modified since it is digitally signed, using a java program.

Are there any java APIs(provided by SAP) available for that?

Can I use IWDPDFDocument API in java program? I tried it but I am getting 'classnotfoundexception'.

Thanks,

Prabhakar.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Prabhakar,

Is your Issue resolved??

Actually i am also working with Digital Signatures, but am not getting the way to validate the signature..How do i actually read it and later validate..

regards

~amita

Former Member
0 Kudos

may i know what service pack of SAP NetWeaver Developer Studio version are you using?

as the "IWDPDFDocument" is only available on SAP NetWeaver 2004S SPS 10 and above

and you just need to import either this two class

com.sap.tc.webdynpro.clientserver.adobe.api

com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.api

hope this information could help you

Regards

Jia Jun

Former Member
0 Kudos

Hi Prabhakar,

Is your Issue resolved??

Actually i am also working with Digital Signatures, but am not getting the way to validate the signature..How do i actually read it and later validate..

regards

~amita

Former Member
0 Kudos

.

Edited by: amita arora on Apr 14, 2008 10:51 AM

Former Member
0 Kudos

check this link

https://help.sap.com/javadocs/NW04S/current/wd/index.html

and did u include the jar file for that interface