Browse Source

Note current state of extension case.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278292 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 20 years ago
parent
commit
eb4cd91270
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      docs/manual/CoreTasks/checksum.html

+ 8
- 0
docs/manual/CoreTasks/checksum.html View File

@@ -27,6 +27,14 @@ href="http://jce.iaik.tugraz.at/products/01_jce/index.php">the
Technical University Graz</a> offer more digest algorithms than those
built-in into your JDK.</p>

<p>
Warning: the case of the extension is that of the algorithm used.
If you ask for "SHA1", you get a .SHA1 extension; if you ask for "sha1", you
get a file ending in .sha1. The Java Crypto Engines are case-insensitive
in matching algorithms, so choose a name to match your desired output extension,
or set the <tt>fileext</tt> attribute.
</p>

<h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0">
<tr>


Loading…
Cancel
Save