|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnetapp.manage.Base16
Handle encoding character arrays into a base-16 string, and decoding them again. This is the encoding scheme ZAPI uses for "encrypted" values.
| Constructor Summary | |
Base16()
|
|
| Method Summary | |
static char[] |
decode(java.lang.String text)
Decodes a string of base-16 characters into its bytes. |
static java.lang.String |
encode(char[] bytes)
Encodes some bytes using base-16. |
| 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 java.lang.String encode(char[] bytes)
public static char[] decode(java.lang.String text)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||