Categories:
Audio (13)
Biotech (29)
Bytecode (22)
Database (79)
Framework (7)
Game (7)
General (497)
Graphics (53)
I/O (32)
IDE (2)
JAR Tools (70)
JavaBeans (16)
JDBC (86)
JDK (338)
JSP (20)
Logging (90)
Mail (54)
Messaging (8)
Network (106)
PDF (82)
Report (7)
Scripting (75)
Security (67)
Server (112)
Servlet (17)
SOAP (24)
Testing (55)
Web (24)
XML (287)
Other Resources:
Digital Signatures of JAR Files
What are digital signatures of JAR files? And where are they stored in the JAR file?
✍: FYIcenter.com
Digital signatures are encrypted digests of entries archieved in the JAR file. Digital signature information is stored in multiple files under the META-INF path name:
Here is a sample of a *.SF file, SUN_MICR.SF:
Signature-Version: 1.0 SHA1-Digest-Manifest: WJfLq1ILjj2Pn43Eo0FBNVFuG9U= Created-By: 1.3.1_04 (Sun Microsystems Inc.) Name: javax/activation/MimeTypeParseException.class SHA1-Digest: UAKWG9VD0+5i0GHxkNysu84wuGQ= Name: javax/activation/CommandInfo.class SHA1-Digest: VDih63m/ZVUpovKCWSyMwn4nGV4= ...
The "jarsigner" tool in the JDK can be used to sign file files.
2016-04-15, 1436👍, 0💬
Popular Posts:
What Is jaxb-api-2.1.6.jar? Java Architecture for XML Binding (JAXB) is a Java API that allows Java ...
iText is an ideal library for developers looking to enhance web- and other applications with dynamic...
JAX-WS is an API for building web services and clients. It is the next generation Web Services API r...
Woodstox, Release 3.2.8 is a high-performance validating namespace-aware StAX-compliant (JSR-173) Op...
XStream is a simple library to serialize objects to XML and back again. JAR File Size and Download L...