|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tranche.hash.Base16
public final class Base16
| Constructor Summary | |
|---|---|
Base16()
|
|
| Method Summary | |
|---|---|
static byte[] |
decode(java.lang.String string)
Decode a string into its Base16 byte representation equivalent. |
static byte |
decodeCharacter(char c)
Decode a single ASCII character encoded in Base16 to its byte represenation. |
static java.lang.String |
encode(byte[] bytes)
Encode an array of bytes into its Base16 ASCII character string equivalent. |
static char |
encodeByte(byte b)
Encode a single byte into its Base16 equivalent ASCII represenation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Base16()
| Method Detail |
|---|
public static final java.lang.String encode(byte[] bytes)
bytes -
public static final byte[] decode(java.lang.String string)
string -
public static final byte decodeCharacter(char c)
c -
public static final char encodeByte(byte b)
b -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||