public class ComputeDigest extends Object
An example command line usage is:
where install_dir is the directory where the starter kit is installed. This command prints out the message digest for thejava -jar install_dir/lib/computedigest.jar install_dir/lib/reggie.jar sha
reggie.jar
JAR file, using the sha
algorithm.Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Prints the message digest for the contents of a URL.
|
public static void main(String[] args)
url [ algorithm ]The first argument specifies the URL, which is parsed in the context of a
file:
URL. The second argument, if present,
specifies the message digest algorithm, which defaults to
sha1
.Copyright © GigaSpaces.