Hello!

I'm trying to convert this piece of C# code to java, but I'm stumbling to problems because java doesn't seem to have unsigned long.



public static string keyHexToKey(byte[] keyHex)
{...