|
|||||||||
| Home >> All >> java >> util >> [ jar overview ] | PREV NEXT | ||||||||
Uses of Class
java.util.jar.Attributes
| Uses of Attributes in java.util.jar |
| Fields in java.util.jar declared as Attributes | |
(package private) Attributes |
JarEntry.attr
|
private Attributes |
Manifest.mainAttr
The main attributes of the manifest (jar file). |
| Methods in java.util.jar that return Attributes | |
Attributes |
JarEntry.getAttributes()
Returns a copy of the Attributes set for this entry. |
Attributes |
Manifest.getMainAttributes()
Gets the main attributes of this Manifest. |
Attributes |
Manifest.getAttributes(java.lang.String entryName)
Returns the Attributes associated with the Entry. |
| Methods in java.util.jar with parameters of type Attributes | |
private boolean |
JarFile.verifyHashes(java.lang.String entry,
Attributes attr)
Verifies that the digest(s) in a signature file were, in fact, made over the manifest entry for ENTRY. |
| Constructors in java.util.jar with parameters of type Attributes | |
Attributes(Attributes attr)
Creates an Attributes map with the initial values taken from another Attributes map. |
|
|
|||||||||
| Home >> All >> java >> util >> [ jar overview ] | PREV NEXT | ||||||||