public class Digest
extends java.lang.Object
main(String[])
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Runs the digest algorithm in
args[0] on the file in args[1] . |
java.lang.String |
toString() |
public static void main(java.lang.String[] args) throws java.io.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.java.io.IOException
- if an error occurspublic java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2010 - 2020 Adobe. All Rights Reserved