Re: Converting xmlsec command line utility to Java

2007-02-20 Thread Raul Benito
Sorry, We have never written anything with pem files in java, we always use keystore files. If you do something feel free to send in the mailling list I think people will appreciate it. Regards On 2/7/07, Milan Zdimal <[EMAIL PROTECTED]> wrote: Hello, I am looking for an example of how to

Converting xmlsec command line utility to Java

2007-02-07 Thread Milan Zdimal
Hello, I am looking for an example of how to convert what I have been using from the command line to java. I.e.: xmlsec.exe sign --output sign.xml --privkey-pem rsakey.pem,rsacert.pem sign.xml This method has been working very well; however, it is time to move this to a non Windows machine so I