hi
how to convert string to SecretKey :
SecretKey key =kgen.generateKey();
System.out.println("key : "+ key.toString());
String str = "str";
key = ?????
:rolleyes::confused:
Printable View
hi
how to convert string to SecretKey :
SecretKey key =kgen.generateKey();
System.out.println("key : "+ key.toString());
String str = "str";
key = ?????
:rolleyes::confused:
At least he provided more information here than in his first thread: http://www.java-forums.org/advanced-...369-hello.html
It's still not enough though, I agree.