de.fhg.fokus.hss.auth.HexCodec Class Reference

List of all members.

Detailed Description

Codec implementation for Hex coding.

Author:
Sebastian Linkiewicz, dev -at- open - ims dot org


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.


Member Function Documentation

static byte [] de.fhg.fokus.hss.auth.HexCodec.decode ( String  string  )  [static]

(non-Javadoc)

See also:
de.fhg.fokus.milenage.codec.CoDec.decode(java.lang.String, int)

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)

See also:
de.fhg.fokus.milenage.codec.CoDec.encode(byte[], int, int)

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]


Member Data Documentation

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' }
Array of useable chars.


The documentation for this class was generated from the following file:
Generated on Sat Sep 6 04:05:02 2008 for Open IMS Core - FHoSS by  doxygen 1.5.2