Package net.i2p.util
Class ConvertToHash
- java.lang.Object
-
- net.i2p.util.ConvertToHash
-
public class ConvertToHash extends Object
Convert any kind of destination String to a hash Supported: Base64 dest Base64 dest.i2p Base64 Hash Base64 Hash.i2p Base32 Hash Base32 desthash.b32.i2p example.i2p- Author:
- zzz
-
-
Constructor Summary
Constructors Constructor Description ConvertToHash()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Hash
getHash(String peer)
Convert any kind of destination String to a hashstatic void
main(String[] args)
-