|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SHA1Hash | |
|---|---|
| net.i2p.crypto | These classes provide a number of low-level cryptographic routines. |
| org.klomp.snark.dht | |
| 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)
Deprecated. unused |
| 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)
|
| Uses of SHA1Hash in org.klomp.snark.dht |
|---|
| Subclasses of SHA1Hash in org.klomp.snark.dht | |
|---|---|
(package private) class |
InfoHash
A 20-byte SHA1 info hash |
class |
NID
A 20-byte peer ID, used as a Map key in lots of places. |
(package private) class |
TokenKey
Used to index incoming Tokens |
| Methods in org.klomp.snark.dht with parameters of type SHA1Hash | |
|---|---|
List<NodeInfo> |
DHTNodes.findClosest(SHA1Hash h,
int numWant)
DHT |
| Constructors in org.klomp.snark.dht with parameters of type SHA1Hash | |
|---|---|
NodeInfoComparator(SHA1Hash h)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||