Re: Where can I download the gnu crypto docs?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Christian Wenzel-Benner writes:

 > I sent this request to the gnu crypto mailinglist yesterday, but
 > then realised the list had no activity for quite a few weeks, so
 > I'll re-send it here.
 > 
 > I use gnu crypto as a library for my master's dissertation project.
 > 
 > I started out from the old website
 > http://www.gnu.org/software/gnu-crypto/ and found nice zip files
 > with JARs, javadoc and sources (V2.0.1). Only when I recently felt
 > the need for a specific PRNG (Fortuna) did I realise that there are
 > indeed way newer versions of gnu crypto, now merged into classpath.
 > I downloaded the classpath and the sources are there, but no docs
 > (no javadoc html, no .pdf programmer handbook).
 > 
 > Classpath has javadoc online, but seems to only cover the official
 > java API stuff, not gnu crypto.  Could someone please tell me where
 > I can find docs that reflect the current state of gnu crypto as in
 > classpath 0.96 ? I seem to be totally unable to locate them on the
 > classpath website.

The easiest thing is to make it yourself.

cd classpath/doc/api

javadoc -use -sourcepath \
"../..:../..:../../vm/reference:../../external/w3c_dom:../../external/sax" \
-encoding UTF-8 -breakiterator -linksource -splitindex -d html \
-doctitle "GNU Classpath 0.97-pre" -windowtitle "GNU Classpath 0.97-pre Documentation" \
-header "<span class='logo'><a href='http://www.gnu.org/software/classpath' target='_top'>GNU Classpath</a> (0.97-pre)" \
-footer "<span class='logo'><a href='http://www.gnu.org/software/classpath' target='_top'>GNU Classpath</a> (0.97-pre)" \
-subpackages gnu

Andrew.

-- 
Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, UK
Registered in England and Wales No. 3798903


[Index of Archives]     [Linux Kernel]     [Linux Cryptography]     [Fedora]     [Fedora Directory]     [Red Hat Development]

  Powered by Linux