Complete list of supported artifacts? #289
Answered
by
ebourg
varszegimarcell
asked this question in
Q&A
-
Hello, I just want to ask, do you publish a list of all the supported artifact file types for signing? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
ebourg
Mar 3, 2025
Replies: 1 comment 3 replies
-
The supported formats are listed in the project features: https://ebourg.github.io/jsign/#features
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There isn't a list of supported extensions in the code. Some formats are inferred from the extension, but others have several known extensions (for example PE files) and are rather inferred from the file structure. You can get a look at the detection mechanism by browsing the classes in the net.jsign.spi package.
Here is a list of extensions supported by Jsign: