cancel
Showing results for 
Search instead for 
Did you mean: 

How to Verify digital signature in ABAP web dynpro enviroment

Former Member
0 Kudos

Hi,

I have few questions regarding, how we can Verify digital signature in ABAP WebDynpro ?

Do we have class or function modules to verify digital signature on WAS once signed offline or online interactive form is uploaded back?

can we use function modules in function group SSFG for validating authors signature? Or any other classes or interfaces are available in NetWeaver environment.

I searched to find any sample for validating signatures in ABAP WebDynpro, however I could not find any thing. Any sample code will be very useful?

Thanks,

Nitesh Shelar.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I Found that Interface IF_FP_PDF_OBJECT can be used to extract signatures from document.

Thanks,

Nitesh Shelar.