Uses of Class
net.i2p.crypto.SHA1Hash
Package | Description |
---|---|
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 Modifier and Type Method Description static SHA1Hash
DSAEngine. calculateHash(byte[] source, int offset, int len)
SHA1Hash
DSAEngine. calculateHash(InputStream in)
Deprecated.unusedMethods in net.i2p.crypto with parameters of type SHA1Hash Modifier and Type Method Description Signature
DSAEngine. sign(SHA1Hash hash, SigningPrivateKey signingKey)
Sign using DSA-SHA1 ONLY.boolean
DSAEngine. verifySignature(Signature signature, SHA1Hash hash, SigningPublicKey verifyingKey)
Verify using DSA-SHA1 ONLY -
Uses of SHA1Hash in org.klomp.snark.dht
Subclasses of SHA1Hash in org.klomp.snark.dht Modifier and Type Class Description (package private) class
InfoHash
A 20-byte SHA1 info hashclass
NID
A 20-byte peer ID, used as a Map key in lots of places.(package private) class
TokenKey
Used to index incoming TokensMethods in org.klomp.snark.dht with parameters of type SHA1Hash Modifier and Type Method Description List<NodeInfo>
DHTNodes. findClosest(SHA1Hash h, int numWant)
DHTConstructors in org.klomp.snark.dht with parameters of type SHA1Hash Constructor Description NodeInfoComparator(SHA1Hash h)