jarify
Class JarConstants

java.lang.Object
  extended by jarify.JarConstants

final class JarConstants
extends java.lang.Object

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

META_INF_DIR

public static final java.lang.String META_INF_DIR
the realtiv path (to jar file) to meta-if directory

See Also:
Constant Field Values

MANIFEST_FILE

public static final java.lang.String MANIFEST_FILE
the realtiv (to jar file) path for manifest file

See Also:
Constant Field Values

MANIFEST_ENTRY

public static final java.lang.String MANIFEST_ENTRY
the key that starts a new description block for a new file in the manifest file

See Also:
Constant Field Values

MD2_DIGEST

public static final java.lang.String MD2_DIGEST
the name of the MD2 Digest

See Also:
Constant Field Values

MD4_DIGEST

public static final java.lang.String MD4_DIGEST
the name of the MD4 Digest

See Also:
Constant Field Values

MD5_DIGEST

public static final java.lang.String MD5_DIGEST
the name of the MD5 Digest

See Also:
Constant Field Values

RIPEMD128_DIGEST

public static final java.lang.String RIPEMD128_DIGEST
the name of the RIPEMD128 Digest

See Also:
Constant Field Values

RIPEMD160_DIGEST

public static final java.lang.String RIPEMD160_DIGEST
the name of the RIPEMD160 Digest

See Also:
Constant Field Values

SHA1_DIGEST

public static final java.lang.String SHA1_DIGEST
the name of the SHA1 Digest

See Also:
Constant Field Values

SHA256_DIGEST

public static final java.lang.String SHA256_DIGEST
the name of the SHA256 Digest

See Also:
Constant Field Values

SHA384_DIGEST

public static final java.lang.String SHA384_DIGEST
the name of the SHA384 Digest

See Also:
Constant Field Values

SHA512_DIGEST

public static final java.lang.String SHA512_DIGEST
the name of the SHA512 Digest

See Also:
Constant Field Values

TIGER_DIGEST

public static final java.lang.String TIGER_DIGEST
the name of the Tiger Digest

See Also:
Constant Field Values
Constructor Detail

JarConstants

JarConstants()