|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jarify.JarConstants
final class JarConstants
Defines some usefull gloabal constants.
Field Summary | |
---|---|
static java.lang.String |
MANIFEST_ENTRY
the key that starts a new description block for a new file in the manifest file |
static java.lang.String |
MANIFEST_FILE
the realtiv (to jar file) path for manifest file |
static java.lang.String |
MD2_DIGEST
the name of the MD2 Digest |
static java.lang.String |
MD4_DIGEST
the name of the MD4 Digest |
static java.lang.String |
MD5_DIGEST
the name of the MD5 Digest |
static java.lang.String |
META_INF_DIR
the realtiv path (to jar file) to meta-if directory |
static java.lang.String |
RIPEMD128_DIGEST
the name of the RIPEMD128 Digest |
static java.lang.String |
RIPEMD160_DIGEST
the name of the RIPEMD160 Digest |
static java.lang.String |
SHA1_DIGEST
the name of the SHA1 Digest |
static java.lang.String |
SHA256_DIGEST
the name of the SHA256 Digest |
static java.lang.String |
SHA384_DIGEST
the name of the SHA384 Digest |
static java.lang.String |
SHA512_DIGEST
the name of the SHA512 Digest |
static java.lang.String |
TIGER_DIGEST
the name of the Tiger Digest |
Constructor Summary | |
---|---|
JarConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String META_INF_DIR
public static final java.lang.String MANIFEST_FILE
public static final java.lang.String MANIFEST_ENTRY
public static final java.lang.String MD2_DIGEST
public static final java.lang.String MD4_DIGEST
public static final java.lang.String MD5_DIGEST
public static final java.lang.String RIPEMD128_DIGEST
public static final java.lang.String RIPEMD160_DIGEST
public static final java.lang.String SHA1_DIGEST
public static final java.lang.String SHA256_DIGEST
public static final java.lang.String SHA384_DIGEST
public static final java.lang.String SHA512_DIGEST
public static final java.lang.String TIGER_DIGEST
Constructor Detail |
---|
JarConstants()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |