Search:

Type: Posts; User: chirag.patel22285

Search: Search took 0.20 seconds.

  1. Replies
    0
    Views
    635

    create XML

    Hi All,

    While creating xml it appends ("& #13;") without space
    wherever there is a line separator.



    // creating and writing to xml file
    TransformerFactory transformerFactory =...
  2. Re: My program does not find the file MyFriends.txt

    Hi,

    The problem is that it doesnt know where to search the file from. Try the following.

    import java.io.BufferedReader;
    import java.io.File;
    import java.io.FileReader;
    import...
  3. Replies
    0
    Views
    720

    Signer Tool

    Hi All,

    I am designing signer tool for which the steps are as below:

    1. Use a PKCS keystore (pfx file) (as specified by the certificate vendor)
    2. Specify the Signature Algorithm...
  4. Replies
    0
    Views
    638

    Signer Tool

    Hi All,

    I am trying to develop a signer tool which signs a text file and generate xml file.
    Following are the steps to perform:

    1. Use a PKCS keystore (pfx file) (as specified by the...
Results 1 to 4 of 4