cancel
Showing results for 
Search instead for 
Did you mean: 

DIGITAL SIGNING API IN JAVA MAPPING

Former Member
0 Kudos

HI Experts,

can u please tell me which API you used for Digital Signing in Java Mapping....can u please send me the sample code for that digital signature and In my scenerio i have a signature method, cannonical method and digest method ...how i can achieve this....

For all of the above , first i need what API is useful in sap pi for digitally signing the whole xml

Thanks in Advance

Venkat

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

For handling digital signature in java mapping, you might want to refer the following links

a) using Apache Axis

http://www.w3.org/TR/SOAP-dsig/

b) using oracle jdk xml signature API

http://docs.oracle.com/javase/6/docs/technotes/guides/security/xmldsig/XMLDigitalSignature.html

Answers (0)