cancel
Showing results for 
Search instead for 
Did you mean: 

Where to find SsfSigRcpList/ISsfProfile ?

Former Member
0 Kudos

HI @,

I need to implement Digityal signature in my adaptor module which are all the jar files and libraries i need to use for the same and where can i find the documentation for the same .

I am unable to find the documentation for classes like ISsfProfile etc.

Its urgent .

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Try here:

http://help.sap.com/javadocs/NW04S/current/index.html

This is the SAP Java documentation.

henrique_pinto
Active Contributor
0 Kudos

Hey Barry,

actually the Digital Signatures and Encryption API javadoc is not included in that link.

But it is included in NWDS embedded documentation.

Go to Help -> SAP Web AS Documentation -> SAP Web AS Technologies.

In the popup window, follow SAP NetWeaver Developer Studio Documentation -> Java Development Manual -> Reference -> API Documentation -> Digital Signatures and Encryption.

You'll find two packages there:

- com.sap.security.api.ssf contains the interfaces;

- com.sap.security.core.server.ssf contains the specific classes.

Regards,

Henrique.

Former Member
0 Kudos

Hi Henrique,

Which are the jar files where these packages are presetn as I can get them from the server.

Also I am not able to access the link in my help/sap page I am not getting the link as you have mentioed Could you please help me in locating the same

REgards

henrique_pinto
Active Contributor
0 Kudos

The documentation is not in help.sap.com.

It is in NetWeaver Developer Studio embedded documentation, inside Help menu (and following the paths I have already given).

You have to install NWDS first to see those.

The .jar that contain those packages is tc_sec_ssf.jar.

To access the KeyStore service entries, there is also an extra configuration you need to do in Visual Admin.

http://help.sap.com/saphelp_nw70/helpdata/en/43/a52f2e63161bbfe10000000a1553f7/frameset.htm

Regards,

Henrique.

Former Member
0 Kudos

Hi Henrique,

Thanks for the suggestion .Accepted and Thread Closed

Regards

Answers (0)