cancel
Showing results for 
Search instead for 
Did you mean: 

Access J2EE keystore & jars are required ....

Former Member
0 Kudos

Hi Experts,

I need jars for the following classes ..

SAPSecurityResources, KeyStoreManager, PermissionMode ..... to access J2EE keystore using J2EE library com.sap.aii.security.lib

SAPSecurityResources secRes = SAPSecurityResources.getInstance();

KeyStoreManager ksMgr = secRes.getKeyStoreManager(PermissionMode.SYSTEM_LEVEL);

java.security.KeyStore ks = ksMgr.getKeyStore(privKeyView);

can i use above code in EJB to access J2EE keystore to create HTTPS connection.

Please send above jars to -- mallepaddi2000@yahoo.com

Thanks

MMK

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I dont have access to XI server, can you please send those file to -- mallepaddi2000@yahoo.com.

I'll reward full points for your help.

hanks

henrique_pinto
Active Contributor
0 Kudos

They're not supposed to be sent over the internet; it's proprietary content.

If you have a S-user, you can download the SAP-XIAFC software component (XI ADAPTER FRAMEWORK CORE 7.00) from Service Marketplace (It is subjected for aproval, though, since it should be downloaded through Solution Manager). It contains both SDAs with these jars.

Regards,

Henrique.

henrique_pinto
Active Contributor
0 Kudos

You can find these jars in your XI server.

SAPSecurityResources.class -> aii_af_svc.jar

KeyStoreManager.class & PermissionMode.class -> aii_security_lib.jar

Just search for these files inside your \usr\sap\<SID> folder.

Regards,

Henrique.