Uses of Class
net.i2p.crypto.SHA1Hash

Packages that use SHA1Hash
net.i2p.crypto These classes provide a number of low-level cryptographic routines. 
 

Uses of SHA1Hash in net.i2p.crypto
 

Methods in net.i2p.crypto that return SHA1Hash
static SHA1Hash DSAEngine.calculateHash(byte[] source, int offset, int len)
           
 SHA1Hash DSAEngine.calculateHash(InputStream in)
          Reads the stream until EOF.
 

Methods in net.i2p.crypto with parameters of type SHA1Hash
 Signature DSAEngine.sign(SHA1Hash hash, SigningPrivateKey signingKey)
           
 boolean DSAEngine.verifySignature(Signature signature, SHA1Hash hash, SigningPublicKey verifyingKey)