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 am looking at a Java option. I see in the sample/example directory there are numerous java examples; Does anyone have an example using pem or pfx files? Best Regards, Milan