anon.tor.util
Class Base16

java.lang.Object
  extended by anon.tor.util.Base16

public final class Base16
extends java.lang.Object


Constructor Summary
Base16()
           
 
Method Summary
static java.lang.String encode(byte[] bytes)
           
private static char encodeByte(byte b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base16

public Base16()
Method Detail

encode

public static java.lang.String encode(byte[] bytes)

encodeByte

private static char encodeByte(byte b)