API reference for security library

I've looked for a couple of days and can't find the documentation for the security library that manages signatures and certificates (SAP Security Library for Digital Signatures 5.4). 
Where can this be found?

Hi Anthony,
Check these links on your query:
The SAP Security Library (SAPSECULIB):
http://help.sap.com/saphelp_nw04/helpdata/en/b8/821ff4dadd11d2a60a0000e835363f/content.htm
Terminology and Abbreviations:
http://help.sap.com/saphelp_nw04/helpdata/en/af/770b37e54dee2fe10000009b38f889/content.htm
Digital Signatures and Encryption:
http://help.sap.com/saphelp_nw04/helpdata/en/53/251a355d0c4d78e10000009b38f83b/frameset.htm
Secure Store & Forward (SSF) API Specifications:
http://www.sap.com/partners/icc/scenarios/pdf/bc_ssf_api.pdf
Reward points if helpful. *
Regards,
Subhasha Ranjan

Similar Messages

  • Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile

    Where can I find "Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile"?
    Thanks a lot for your time.

    Hi, this is referring to the JavaDocs for Java methods/classes supported by ADF Mobile. You can typically right (or ctrl) click on any ADF Mobile specific Java method and select "JavaDoc". You can open up a sample app that contains any Java class - for example the HR sample app, and find any method with name "adfmf*". You should be able to see the Java doc for the ADF Mobile related methods/classes.
    Thanks,
    Joe Huang

  • OCCI API Reference for XMLDB

    Hello everyone...
    I'm a beginner with Oracle & OCCI. I'm trying to develop an application that uses XMLDB as back-end. Can anyone please give me the API reference for OCCI to access XMLDB.
    I just want to store & retrive data from a XMLType table. I has tried little bit with relational tables, now i want to go for XMLType tables / columns.
    Thanks in advance,
    With regards,
    R Kaja Mohideen

    http://otn.oracle.com/docs/products/ias/doc_library/90200doc_otn/web.902/q20224/index.html
    you can also find it in your ORACLE_HOME/jdbc/doc/javadoc.zip or jar
    Elango.

  • AS3 API reference for IPhone

    Can someone point me to the API reference for the IPhone. I know Mike Chambers has built an IPhone app for this. But can I see the reference anywhere else?
    thanks

    you're welcome.
    there's also an adobe iphone forum you might find helpful:  http://forums.adobe.com/community/labs/packagerforiphone?view=discussions&start=0

  • No API Reference for 9.0.4.8  ?

    I am looking for the javadoc of ver. 9.0.4.8. I only found for 9.0.4.4 till now

    The JavaDoc API Reference is re-released only if there are required changes. Please refer to the 9.0.4.8 Release Notes (http://www.oracle.com/technology/products/ias/toplink/technical/relnotes/tl_relnotes.htm) for details of any changes in 9.0.4.8.

  • API reference for zynq7020

    Is there an API reference manual for zynq7020 for the peripheral drivers? I'm using Vivdao Design Suite 2015.1. I found the standalone UG647 for the A9 processor API but no manuals are available for the device drivers.

    Please refer to the following document:
    http://www.xilinx.com/support/documentation/sw_manuals/xilinx2015_2/oslib_rm.pdf
    You can find the standalone drivers at:
    C:\Xilinx\SDK\2015.2\data\embeddedsw\XilinxProcessorIPLib\drivers
    In any driver folder navigation to ...\doc\html\api and open index.html this will have detailed information.
    for e.g.,
    C:\Xilinx\SDK\2015.2\data\embeddedsw\XilinxProcessorIPLib\drivers\axiethernet_v4_1\doc\html\api\index.html

  • Web API Reference 7.0

    Hi,
    Anybody came across a Web API Reference for 7.0 as it is existing for 3.5?
    Although the new WAD ist much more intuitive, i really liked the detailed description of parameters etc....
    Thanks,
    Beat

    There isn't a similar web api type environment as you're not concatenating things into the URL to build custom buttons.
    In the online help, it explains that this is replaced with the command wizard and the javascript API
    http://help.sap.com/saphelp_nw2004s/helpdata/en/43/efcc6f2480025ae10000000a1553f7/frameset.htm
    The parameters from the command wizard are explained here:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/71/8a784226d1d242e10000000a1550b0/content.htm

  • Web API Reference BW7.0

    Where can I find the Web API Reference (pdf) for BW7.0.  I can only find the Web API Reference for BW3.5.

    Hi People,
    Take a look to this message link: /thread/194552 [original link is broken]
    Regards, Hamilton

  • Where is the latest Dreamweaver API reference?

    Is this Dreamweaver API Reference (for CS5 & CS5.5) the most current refference?
    I'm looking for a referrence for Dreamweaver CC

    ajf2811 wrote:
    Is this Dreamweaver API Reference (for CS5 & CS5.5) the most current refference?
    Yes, that's the most up to date API reference. It hasn't been updated for either CS6 or CC.
    The Dreamweaver API documentation has never been completely up-to-date. There are a lot of undocumented features, but the JavaScript files in the main configuration folder are usually well commented.

  • Javascript won't work - JavaScript for Reader Mobile API Reference (Android)

    I have created a Form with the new Adobe Acrobat Pro DC (trial version).
    The Javascript code just won't work on a mobile phone.
    Doc - JavaScript for Reader Mobile API Reference (Android this shows that what I want to do is supported.
    But not even the simplest command will work on my phone. (I am using Adobe Acrobat DC - PDF reader for Android)
    Any suggestions of what I could be doing wrong?
    Best,
    Menno

    A Doc.getField() should work.. Try small steps: Create a document with two fields (e.g. Text1 and Text2), then create a custom calculation script for Text2 that uses the following code:
    event.value = this.getField("Text1").value;
    Does this copy the data you enter in Text1 to Text2?
    Then, add a third field ("Text3") and a button with the following MouseUp JavaScript action:
    this.getField("Text3").value = this.getField("Text1").value;
    Does this work? It actually works for me. To save you some work, here is a link to the test file I've used: http://khkonsulting.com/files/AUC/AndroidTest.pdf

  • [svn:bz-trunk] 19459: Security API change for auth sync sample/ concept to work in WebLogic, WebSphere.

    Revision: 19459
    Revision: 19459
    Author:   [email protected]
    Date:     2010-12-17 10:15:23 -0800 (Fri, 17 Dec 2010)
    Log Message:
    Security API change for auth sync sample/concept to work in WebLogic, WebSphere.
    Adding the PrincipalConverter interface
    Implement the converting principal in WebLogic and WebSphere login command
    Modified Paths:
        blazeds/trunk/modules/opt/src/weblogic/flex/messaging/security/WeblogicLoginCommand.java
        blazeds/trunk/modules/opt/src/websphere/flex/messaging/security/WebSphereLoginCommand.jav a
    Added Paths:
        blazeds/trunk/modules/core/src/flex/messaging/security/PrincipalConverter.java

    Thanks for the reply dood... i've found the solution after several tries... i had to set the channel from the actionscript instead of depending on the Service-config.xml file like the following.. then it worked..
    var cs:ChannelSet = new ChannelSet();
    var chnl:Channel = new Channel();
    var customChannel:Channel = new AMFChannel("my-amf", "http://localhost:8080/somehting/messagebroker/amf");
                    cs.addChannel(customChannel);
    consumer = new Consumer();
    consumer.channelSet = cs;

  • Weblogic.management.DeploymentException: Error: Unresolved Webapp Library references for ServletContext

    Hi,
         We have Installed Weblogic Server 10.3.5, applied the ADF Runtime 11.1.1.6 and applied the patch 11.1.2.4.0.
         All the Deployment libraries are appearing in the server.
    When we try to deploy a simple application, we are getting below error.
    [05:07:29 PM] Deploying Application...
    [05:07:30 PM] [Deployer:149193]Operation 'deploy' on application 'JSFPageTest_Project1_JSFPageTest' has failed on 'AdminServer'
    [05:07:30 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application JSFPageTest_Project1_JSFPageTest on AdminServer.: Failed to load webapp: 'JSFPageTest-ViewController-context-root'.
    [05:07:30 PM] Weblogic Server Exception: weblogic.application.ModuleException: Failed to load webapp: 'JSFPageTest-ViewController-context-root'
    [05:07:30 PM] Caused by: weblogic.management.DeploymentException: Error: Unresolved Webapp Library references for "ServletContext@68993675[app:JSFPageTest_Project1_JSFPageTest module:JSFPageTest-ViewController-context-root path:/JSFPageTest-ViewController-context-root spec-version:2.5]", defined in weblogic.xml [Extension-Name: jsf, Specification-Version: 2, exact-match: false]
    [05:07:30 PM]   See server logs or server console for more details.
    [05:07:30 PM] weblogic.application.ModuleException: Failed to load webapp: 'JSFPageTest-ViewController-context-root'
    [05:07:30 PM] Deployment cancelled.
    [05:07:30 PM] ----  Deployment incomplete  ----.
    [05:07:30 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    Regards,
    Lakshmi

    looks like you didn't install the application development runtime on WLS, or if you did, you either forgot to extend your domain with the JRF or installed the wrong version of the application development runtime.

  • License for using JMX Remote API  Reference Implementation

    Is JMX Remote API Reference Implementation open source one?
    Can we use JMX Remote API Reference Implementation with commercial products?

    Hi,
    I am not a lawyer.
    If you're referring to the JMX RI binary downloads available from here:
    http://java.sun.com/javase/technologies/core/mntr-mgmt/javamanagement/download.jsp
    then please click on the download button and then review the license agreement.
    You will see that this is not the GPL license.
    As such these downloads are not "open source".
    However the JMX API is also part of the OpenJDK project - and the OpenJDK project
    itself is open source. The OpenJDK project has a NetBeans IDE JMX project that will
    let you easily work with the JMX sources.
    See http://openjdk.java.net/groups/jmx/ for more details.
    You can review the OpenJDK license agreement and download the OpenJDK sources
    from http://openjdk.java.net/
    The OpenDMK Project contains an open source implementation of the JMXMP
    connector for the JMX API - which is the optional JMX connector defined in the
    JMX Remote API 1.0 specification. The JMXMP connector is not part of the OpenJDK
    project, but is open sourced by the OpenDMK project.
    You can review the OpenDMK license agreement and download the sources and
    binaries of the OpenDMK project from here:
    http://opendmk.dev.java.net/
    For an exact description of what you can or can't do with any of these various sources
    and binaries, please read the license agreements that come with each of them.
    I hope this helps,
    -- daniel
    http://blogs.sun.com/jmxetc

  • How to set runtime references in J2EE library DC's

    Hi,
    I'm building an custom logon module. This is well described in
    http://help.sap.com/saphelp_nw04/helpdata/en/46/3ce9402f3f8031e10000000a1550b0/content.htm
    I created the following DC:
    1. simple java project DC that contains the login module class
    2. J2EE library DC that will act as the deployable component.
    The part "Make reference to the Security Provider service of the J2EE Engine." (2b) is where i get stumped:
    http://help.sap.com/saphelp_nw04/helpdata/en/bf/93d84072378031e10000000a1550b0/content.htm
    The example adds the reference direct to the provider.xml. I don't have that option when I develop the library as a DC.
    It seems that while EAR file DC's allow the adding of runtime library references via the application-j2ee.xml file, it seems that is not possible for J2EE library DCs.
    Specifically, I'm trying to get the follwing entry into the provider.xml:
    <references>
      <reference provider-name="sap.com" strength="weak" type="interface">security_api</reference>
    I saw one workaround in the SDN where they suggest to extract the provider.xml from the SDA and manually
    add the references but this isn't really an option in our case.
    Should I be deploying 'normal' EAR files in this case ? Have I overlooked something ?
    thanks
    Michael

    Hi,
    talk about overlooking the obvious . . . The appropriate public part is present in com.sap_SAP-JEE_1.
    Adding that worked.
    Michael

  • Need Conversion Agent Java API Reference document

    Hi all,
    Can any one provide Java documentation for doing conversion agent?
    actually "Conversion Agent Java API Reference" had been refered by Conversion Agent User guide. I couldn't find that one...
    Any inputs are great.......
    Thanks

    Hi,
    All the guides for Conversion agent are present in the service.sap.com
    solution DetailsSAP NetweaverSAP Netweaver in detailExcahnge Infrastructure-Media Library---documentation
    Regards
    Vijaya

Maybe you are looking for

  • Is the OSX lion compatible with ipad 2

    Is osx compatible with ipad2 because i really want it but i havent got an imac

  • Variables selection not appearing while executing query

    hi, am using 3 variables in my query all 3 are ready for input, but still when am testing it in another username, the system does'nt give the selection options and the query is executed automatically. 1 of the variables use company as characteristic.

  • Facing Problem in Multiselect List ....

    Hi Andy,, We are facing one more problem.. In the Menu selection ..... As u given a solution for dropdownlist hiding which is working fine... but the same logic is not working for Multiselect List item .Why so... anoo.. Edited by: anoo on Nov 17, 200

  • How do I save an event as a separate clip?

    I'm sure the solution is obvious to everyone but me, but I'm too frustrated to think straight.  I had all my video tapes put on DVDs (mpeg 4 format).  Each tape is a single mpeg file, so there are many separate (and unrelated) scenes in a single file

  • Oracle text Error

    hi all, i have the Query like this select NAME from ORG_NAME where contains(NAME, 'ward&') > 0; ERROR at line 1: ORA-29902: error in executing ODCIIndexStart() routine ORA-20000: Oracle Text error: While try to execute the Query i got Error .... if i