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 SHA1HashDSAEngine. calculateHash(byte[] source, int offset, int len)SHA1HashDSAEngine. calculateHash(InputStream in)Deprecated.unusedMethods in net.i2p.crypto with parameters of type SHA1Hash Modifier and Type Method Description SignatureDSAEngine. sign(SHA1Hash hash, SigningPrivateKey signingKey)Sign using DSA-SHA1 ONLY.booleanDSAEngine. 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) classInfoHashA 20-byte SHA1 info hashclassNIDA 20-byte peer ID, used as a Map key in lots of places.(package private) classTokenKeyUsed 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)