Pls suggest me

Hi,
We have a requirement to make a payment gateway.The client will make payments to the concern.We need to make it secure.I have gone SSL,but got up with many bugs.
I have to give a demo with self signed certificate on next week.I have no idea where to begin.Do i need authentication,how will perform data integrity.Pls help me.

We have a requirement to make a payment gateway.The client will make payments to the concern.We need to make it secure.I have gone SSL,but got up with many bugs.in your code presumably. It's very simple really. See the Javadoc, Guide to Features, Security, JSSE Reference Guide. All you need to do is get the client truststore and the server keystore correct, and set three system properties.
I have to give a demo with self signed certificate on next week.I have no idea where to begin.See above.
Do i need authenticationOnly you know that. It's a security question about your application and your environment. Nobody here can answer that for you.
how will perform data integrityThat's automatic in SSL and indeed TCP/IP too.

Similar Messages

  • Hi  urgent pls suggest when i press enter the data disappears...

    hi
    i have develop,ed a module pool for table maintianece
    in which  there are theree fields
    customer number name  email id
    now when i dont press enter at first field ie customer number after entering all data
    and save the data is saved properly for all three fields
    but if after e ntering the customer number i press enter and then enter name and email id
    and save the data for email is not saved and also if i just press enter again the data in email id column which i entered disappears
    can anyone suggest reason and solution for it
    regards
    Arora

    hi
    here is my code
    PROCESS BEFORE OUTPUT.
      LOOP   WITH CONTROL TABLE_ZCUST_EM_CREATE."AT T_ZCUST_EM_CREATE
        MODULE STATUS_0200.
      ENDLOOP.
    *Process after input
    PROCESS AFTER INPUT.
      MODULE CANCEL_200 AT EXIT-COMMAND.
      LOOP WITH CONTROL TABLE_ZCUST_EM_CREATE ."AT T_zcust_em_CREATE ." .".
       MODULE USER_COMMAND_0200.
        CHAIN.
          FIELD t_ZCUST_EM_create-ship_to .
         MODULE set_field_validation ON CHAIN-REQUEST.
        ENDCHAIN.
        MODULE USER_COMMAND_0200.
      ENDLOOP.
    here ship_to is customer number
    ship_to_name is name
    and email id is email id field
    pls suggest on this code also if u want i can give code for the module validation and user commarnd 2000
    as below
    MODULE STATUS_0200 OUTPUT.
      w_lines_200 = sy-loopc.
    *Reading table t_zcust_em_create for screen 200.
      read table t_zcust_em_create
        index table_zcust_em_create-current_line.
    *Refreshing The Internal table 't_zcust_em_temp'
      refresh:t_zcust_em_temp.
    ENDMODULE. 
    MODULE set_field_validation INPUT.
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
                EXPORTING
                   INPUT         = t_zcust_em_create-ship_to
                IMPORTING
                    OUTPUT       = t_zcust_em_create-ship_to.
      select single kunnr from kna1 into v_kunnr
              where kunnr = t_zcust_em_create-ship_to.
          if sy-subrc = 0.
           select single name1 from kna1 into t_zcust_em_create-ship_to_name
           where kunnr = t_zcust_em_create-ship_to.
          else.
          t_gui1-fcode = 'BACK'.
          append t_gui1.
          t_gui1-fcode = 'EXIT'.
          append t_gui1.
          t_gui1-fcode = 'SAVE'.
          append t_gui1.
          SET PF-STATUS 'AIMS_200' excluding t_gui1.
          message E002 with t_zcust_em_create-ship_to.
             endif. "kna1
    ENDMODULE.                 " set_field_validation  INPUT
    MODULE USER_COMMAND_0200 INPUT.
    *Setting it for select/deselect entries
      move:t_zcust_em_create to t_zcust_em_create_sel.
      append t_zcust_em_create_sel.
      clear:t_zcust_em_create_sel.
    *Getting internal table t_zcust_em_create with control
      read table t_zcust_em_create
             with key ship_to = t_zcust_em_create-ship_to.
    *Getting internal table for create entries: screen-200
      if sy-subrc ne 0 and t_zcust_em_create-ship_to ne space .
        append  t_zcust_em_create     .
        move:t_zcust_em_create to t_zcust_em_create_tmp.
        append t_zcust_em_create_tmp .
        clear:t_zcust_em_create_tmp  ,
              t_zcust_em_create      .
      endif.
      clear:t_cols.
    *Getting the value of  w_fill_200.
      describe table t_zcust_em_create lines w_fill_200.
    ENDMODULE.                 " USER_COMMAND_0200  INPUT
    PLEASE SUGGEST
    REGARDS
    ARORA
      module read_table_value_0200.

  • I have lost my facetime option when moved to another country. pls suggest how can i get it back

    Hi ,
    Recenlty i have bouhgt  new iphone5s from middle east . When i was using the phone over there the facetime was working perfect for me .
    Now when i moved to another country i can not see the facetime option in the iphone .
    Could you pls suggest how can i get it back .

    Hi Stedman ,
    Thanks for the information !!
    I have checked the article and i can clear see that my Wireless carrier support the facetime feature
    so what could be the reason am not able to use the facetime option .

  • Authorization object coding -problem. Pls suggest.

    Hi experts
    I have created authorization fields and assigned in objects properly.
    My case is i am calling the transaction ZMAST which is create through table maintenance(ZMASTER) of the table ZMASTER.
    Now where to implement this coding part and how to do.
    Please explain me clearly the steps , the following coding part i put in dialog programming right now and can you tell me will this code work fine.
    If we can do in Table maintenance Events, do we need to write in standard program. pls suggest me on this.
    WHEN 'MAST'.
    AT SELECTION-SCREEN.
    AUTHORITY-CHECK OBJECT 'ZRAJ_TEST1'
    0 ID 'ACTVT' FIELD '03'.
    IF sy-subrc <> 0.
    MESSAGE 'No authorization' TYPE 'E'.
    ENDIF.
    CALL TRANSACTION 'ZMAST'.
    Thanks in advance.
    Regards
    Rajaram

    Hi,
    The coding can be done in the "Events" section of the table maintenance.
    Chk this link for further help on this:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc
    Best Regards,
    Anjali

  • Pls suggest Online docs for 1Z0-051

    I am new to the forum and trying to get online Documentation for first exam in the track...Can somebody pls suggest online help and sites related to the OCP..?
    Edited by: user10997331 on Apr 10, 2009 1:02 PM

    Please read:
    1) The forum faq (announcment stickey post at he top of this forum) [http://forums.oracle.com/forums/ann.jspa?annID=794]
    2) The certification blog on [http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=39]
    3) The oracle certifiaction site has lots currently on [http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=39]
    (View all certifications and drill down to a certifaction or exam), you should be able to find the exam topics.
    4) Search in this forums for posts on 1z0-051.
    5) If you are serious about Oracle also take time to become familar with the Oracle Technology website [http://www.oracle.com/technology] which has links to documentation and tutorials and other resources.
    6) IMPORTANT: Some 'online docs' you may find, or are directed to, or may be offered (particularly braindumps), may be unauthorised materials and using them could end up with you losing credit for any exam/certification you may take.
    Hopefully you will find these references and places to search useful.
    Rgds - bigdelboy.
    Edited by: bigdelboy on 10-Apr-2009 14:39 - did not notice hsawwan had replied earlier and given a good reference.

  • Pls suggest is there any free application to Lock the selected folder on new I pad

    Pls suggest is there any free application to Lock the selected folders on new I pad

    There won't be any. iOS is a sandboxed OS and third-party apps won't be able to prevent access to other apps.

  • Can u someone pls suggest the accesspoint model

    hi all i am new to cisco wireless and also to wireless. i am looking for 2 acces-point which can function as bridges also in workgroup. plus i am ubying a wireless controller for pushing qos,vlans,rf band management,security,802.1x, wep and ids features on to the accesspoints. i am basically requiring this for lab purposes only and not for production.
    can anyone pls suggest me which accesspoint will give this features which will be economical also.
    regards
    sebastan

    Sebastan,
    If you need AP's that can function as a bridge, and be associated to a controlle, you should go with the 1030. It can run as a bridge, to another 1030, or it can be a regular access point.

  • Hi I am using iphone 4, since last few days i am facing problem in touch screen at times it doesn't work at all for 5-10 mins and then it works out itself. Can anyone pls suggest what the problem is and how it can be sorted out?

    Hi I am using iphone 4, since last few days i am facing problem in touch screen at times it doesn’t work at all for 5-10 mins and then it works out itself. Can anyone pls suggest what the problem is and how it can be sorted out?

    Did you recently updated to 7.0.4? Even for me same also issues.

  • HT4489 I am not able to transfer my in spite of VCf format from my computer to my iPhone 5S...can you pls suggest some way to do it as fast as possible

    Can you pls solve my issue......I am not able to transfer my in spite of VCf format from my computer to my iPhone 5S...can you pls suggest some way to do it as fast as possible

    What happens when you follow this?
    http://support.apple.com/kb/PH3605

  • Pls suggest me some good and compatible external batteries for my hp

    pls suggest me some good and compatible external batteries for my hp pavillion g6 2103 model , i prefer good battery life. 

    What is m.tech?
    You may want to peruse the NI Developer Zone. There's lots of ideas you can get from there. What are you interested in doing? 

  • Want to upgrade IOS 6.1.4 to IOS7 pls suggest.

    want to upgrade IOS 6.1.4 to IOS7 pls suggest.

    Welcome to Apple Support Communities
    Once iOS 7 is launched on September 18th, open Settings > General > Software Update, and follow its steps to update the phone. See > http://www.apple.com/ios/ios7
    You will be able to install iOS 7 through iTunes too > http://support.apple.com/kb/HT4623

  • Pls Suggest server names for Reporting Server and Shared Services

    Hi,
    Can any one Pls Suggest server names for Reporting Server and Shared Services
    Thanks in advance.

    Report server name: OrclRpt
    Shared Services: OrclSS

  • I have iphone 4 with 4.3.2(8H7). I want to update it, pls suggest in which version it will b good?

    i want to update my iphone 4 having 4.3.2 version in it.. pls  suggest in which version i should update..
    thank you.

    You don't have a choice of versions. You can only update to the current release. 6.1 as of this writing.

  • I hav installed mac os lion on my MBP 2011 model but it is telling me no wifi hard ware installed what do i do pls suggest me sumthing

    i hav installed mac os lion on my MBP 2011 model but it is telling me no wifi hard ware installed what do i do pls suggest me sumthing
    so i cannot select my wifi or anything
    please tell me what do i do
    when i open network prefrences it shows
    when i click on "turn on wifi" nothing happens
    i have even done a apple hard ware test but it says everything is alright
    i am really tensed what do i do pls help me

    If AHT doesn't show any issues, your best bet would probably be to take it to the Apple Store. The AirPort (Wi-Fi) card may have been unseated from its original position. If there is a problem with the card Apple should be able to replace it for free.

  • Pls suggest me to improve the perfomance

    Hi all,
    Pls Suggest me to improve the perfomace of the following query
    problem :
    I have a table say cusotmer that contain hierarchy relation
    customer_id parent_id
    1 2
    2 3
    3
    if i input customer_id =1 then i should get all the hierarchy like
    2,3,
    solution i have taken is
    select /*+ parallel (a,8) */ parent_id from cusotmer a
    start with select customer_id in ( select child_id from leaf)
    connect by prior parent_id=customer_id
    The leaf contains 6.5 million entries and customer contains 75 million entries ..
    currently above query is taking 2 hrs to exceute .
    can some one suggest ways to improve the perfomance..
    Thanks,
    Aneesh A

    Have you tried removing the parallel hint and executing the query? Sometimes forcing a parallel hint can degrade performance.
    HTH!

  • I have bought my iphone 5 from UK and now residing in USA. Although my carrier (Ultra Mobile) provides 4G service i only get 3G speed. Also icon "3G" appears on top part of my screen. My model is MD297B/A. Pls suggest to enable 4G on my phone

    i have bought my iphone 5 from UK and now residing in USA. Although my carrier (Ultra Mobile) provides 4G service i only get 3G speed. Also icon "3G" appears on top part of my screen. My model is MD297B/A. Pls suggest to enable 4G on my phone

    It is more than likely the inability of the UK phone to support the US phone bands. You will probably be stuck with 3G and will never be able to get LTE. Also, your warranty is only good in the UK. You might be better of to try and sell that device to someone in the UK and purchase a phone in the US that you can get full service with.

Maybe you are looking for

  • Failed Upgrade of Business Edition 6000 9.1 (BE6K) hitting BUG CSCuc63312

    Hello, we have a BE6K installation with 2 CUCM nodes running version 9.1.1.20000-5 which we tried to upgrade to version 9.1.2.12901-3. The installation failed with message "There is not enough disk space in the common partition to perform the upgrade

  • [SOLVED] Shredding a Hard Drive

    I recently used the shred command on a hard drive like so, shred -vfz /dev/sda The whole process took several hours so I assumed it went well, but then afterwards when I looked into the drive with cfdisk I noticed that the partitions were still there

  • Adobe Flash Player won't install on my Windows 8 computer

    All we get is a blank page when trying to install Flash Player. I've done all of the suggested actions on the Adobe site, but it still won't install.

  • Embedding assembly in C code using V.S 2008

    Hello, I created a console application prject with V.S 2008 and copied the following code from MSDN: https://msdn.microsoft.com/en-us/library/5f7adz6y.aspx // asm_overview.cpp // processor: x86 void __declspec(naked) main() // Naked functions must pr

  • Unreasonable Jumping of Debugging in SAPSCRIPT.

    Hello There, PO output (message output NEU), Custom form & Subroutine. Initial creation of PO outputs the required, but when print preview incomplete info at the item's service info (sub details). When debugged it stops at one common hardcoded text &