generate key for DES
Hi,
I'm tring to use the Cipher.init(...) method, but I have to introduce the DES secret key first. I am confused about the concepts of generating a key and providing one in the correct format. In my situation, I want to provide the secret key and then init the cipher object with it... My key is an 8-byte array.. But the cipher method expects an object of type 'Key', which i don't know how to manipulate..
thanks in advance,
fbm

