Static Public Member Functions | |
| static byte[] | decode (String string) |
| (non-Javadoc) | |
| static String | encode (String s) |
| static String | encode (byte[] bytes) |
| (non-Javadoc) | |
| static byte[] | getBytes (byte[] s, int len) |
| static byte[] | getBytes (String s, int len) |
Static Public Attributes | |
| static final String | CODEC_NAME = "hex" |
| Name of codec. | |
Static Package Attributes | |
| static final char[] | hexChar |
| Array of useable chars. | |
| static byte [] de.fhg.fokus.hss.auth.HexCodec.decode | ( | String | string | ) | [static] |
(non-Javadoc)
| static String de.fhg.fokus.hss.auth.HexCodec.encode | ( | String | s | ) | [static] |
| static String de.fhg.fokus.hss.auth.HexCodec.encode | ( | byte[] | bytes | ) | [static] |
(non-Javadoc)
| static byte [] de.fhg.fokus.hss.auth.HexCodec.getBytes | ( | byte[] | s, | |
| int | len | |||
| ) | [static] |
| static byte [] de.fhg.fokus.hss.auth.HexCodec.getBytes | ( | String | s, | |
| int | len | |||
| ) | [static] |
final String de.fhg.fokus.hss.auth.HexCodec.CODEC_NAME = "hex" [static] |
Name of codec.
final char [] de.fhg.fokus.hss.auth.HexCodec.hexChar [static, package] |
Initial value:
{ '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd',
'e', 'f' }
1.5.2