|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nees.util.HexEncoder
This is an implementation-neutral hex encoder. It's currently implemented using the apache xml security utils.
| Constructor Summary | |
HexEncoder()
|
|
| Method Summary | |
static byte[] |
decode(java.lang.String encoded)
Decode a hex-encoded octet string. |
static java.lang.String |
encode(byte[] octets)
Return a hex encoded version of the octet string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HexEncoder()
| Method Detail |
public static java.lang.String encode(byte[] octets)
public static byte[] decode(java.lang.String encoded)
encoded - the encoded octet string
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||