Wednesday, January 1, 2014

Signing JAR files from C#.NET

Hi,


I am writing a program to sign all kinds of executables. Currently I am working to find the solution to sign executable JAR files. I searched a bit and found that for JAR files there is a tool jarsigner to sign and verify. Now my query was how do I use this tool in my .NET code.


Moreover, I am not much willing to use an external tool, if I have an option. It would be great if someone can provide a solution without using the jarsigner tool.


Thanks :)


No comments:

Post a Comment