cancel
Showing results for 
Search instead for 
Did you mean: 

Need Hex Encoder Class and Package Name

Former Member
0 Kudos

Hi,

I have a requirement in which I need to convert an xml (input) into a Hex format (output). I know that there is a class called as BASE64Encoder when you want to encode a data into base64Binary format and this one is present in the sun.misc.BASE64Encoder package. Now my question is do we have some class called as HexEncoder included under some standard package (like sun.misc.HexEncoder)?

Please provide pointers on how to solve this.

Thanks,

Abhishek.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You get most of the encorders from here http://www.koders.com/java/fid1DEA9207865756960D16FBA292EE6534A47D3BAD.aspx

Regards

Ayyapparaj