I would like to verify the digital signature of calling application ( .Exe file ) using Java API, i could see similar question posted for this but its unanswered
Java program to verify digital signature signed by signtool
In short I am looking for a Java option of below commands to verify signature of abc.exe
Powershell:
powershell get-process -Id pid | select -Expand modules|select -expand filename
pid is the process id of the abc.exe file here.
signtool:
signtool.exe verify /v abc.exe