Package org.klomp.snark.dht
Class InfoHash
- java.lang.Object
- 
- net.i2p.data.SimpleDataStructure
- 
- net.i2p.crypto.SHA1Hash
- 
- org.klomp.snark.dht.InfoHash
 
 
 
- 
- All Implemented Interfaces:
- DataStructure
 
 class InfoHash extends SHA1Hash A 20-byte SHA1 info hash- Since:
- 0.9.2
- Author:
- zzz
 
- 
- 
Field Summary- 
Fields inherited from class net.i2p.crypto.SHA1HashHASH_LENGTH
 - 
Fields inherited from class net.i2p.data.SimpleDataStructure_data
 
- 
 - 
Constructor SummaryConstructors Constructor Description InfoHash(byte[] data)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()- 
Methods inherited from class net.i2p.data.SimpleDataStructurecalculateHash, equals, fromBase64, fromByteArray, getData, read, toBase64, toByteArray, writeBytes
 
- 
 
- 
- 
- 
Method Detail- 
toStringpublic String toString() - Overrides:
- toStringin class- SimpleDataStructure
 
 
- 
 
-