Uses of Class
gnu.crypto.hash.Sha256Standalone

Packages that use Sha256Standalone
net.i2p.data These classes define the common data structures used by the various I2P protocols. 
 

Uses of Sha256Standalone in net.i2p.data
 

Methods in net.i2p.data with parameters of type Sha256Standalone
static String DataHelper.readLine(InputStream in, Sha256Standalone hash)
          Deprecated. use MessageDigest version
static boolean DataHelper.readLine(InputStream in, StringBuffer buf, Sha256Standalone hash)
          Deprecated. use StringBuilder / MessageDigest version
static boolean DataHelper.readLine(InputStream in, StringBuilder buf, Sha256Standalone hash)
          Deprecated. use MessageDigest version
static void DataHelper.write(OutputStream out, byte[] data, Sha256Standalone hash)
          Deprecated. use MessageDigest version