|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.util.HexBin
public final class HexBin
format validation This class encodes/decodes hexadecimal data
| Constructor Summary | |
|---|---|
HexBin()
|
|
| Method Summary | |
|---|---|
static byte[] |
decode(byte[] binaryData)
DOCUMENT ME! |
static byte[] |
encode(byte[] binaryData)
array of byte to encode |
static int |
getDecodedDataLength(byte[] hexData)
DOCUMENT ME! |
static boolean |
isHex(java.lang.String isValidString)
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HexBin()
| Method Detail |
|---|
public static boolean isHex(java.lang.String isValidString)
isValidString - DOCUMENT ME!
public static byte[] encode(byte[] binaryData)
binaryData -
public static byte[] decode(byte[] binaryData)
binaryData - DOCUMENT ME!
public static int getDecodedDataLength(byte[] hexData)
hexData - DOCUMENT ME!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||