Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
Per-Entry Attributes of JAR Manifest File
What are per-entry attributes of a JAR manifest file?
✍: FYIcenter.com
Per-entry attributes of a JAR manifest file are attributes associated to each individual entry in the JAR file. Per-entry attributes are specified in separate sections, one section per entry. Main attributes fall into the following different groups:
1. Attribute for File Content:
2. Attributes for Package:
3. Attribute for Beans Objects:
4. Attributes for Signing:
Here is a sample of two per-entry sections of a JAR manifest file:
... Name: javax/activation/MimeTypeParseException.class SHA1-Digest: lE5grROfW1qsYZdtOlB7SOrtlRU= Name: javax/activation/CommandInfo.class SHA1-Digest: pl22Lz5hCL9DxzbXDiAYGov6BtI=
2016-04-15, ∼3433🔥, 0💬
Popular Posts:
Where Can I get source code files of jsse.jar? You can get source code files of jsse.jar (JSSE) from...
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms, it was develo...
What Is poi-scratchpad-5.2.3.jar ?poi-scratchpad-5.2.3.jar is one of the JAR files for Apache POI 5....
How to download and install JDK (Java Development Kit) 8? If you want to write Java applications, yo...
itextpdf.jar is a component in iText 5 Java library to provide core functionalities. iText Java libr...