public class Digest extends Object
main(String[])| Modifier and Type | Method and Description | 
|---|---|
| static void | main(String[] args)Runs the digest algorithm in  args[0]on the file inargs[1]. | 
| String | toString() | 
public static void main(String[] args) throws IOException
args[0] on the file in args[1]. If there is no args[1], use
 standard input.
 
 The algorithm can also be ALL or * to output one line for each known algorithm.
 
args - args[0] is one of MessageDigestAlgorithms name,
            MessageDigest name, ALL, or *.
            args[1+] is a FILE/DIRECTORY/String.IOException - if an error occursCopyright © 2002–2017 The Apache Software Foundation. All rights reserved.