PBEKeySpec
843810Dec 11 2001 — edited Dec 16 2001
I keep getting this one error, anyone guess what the problem is.
D:\PBE.java:20: cannot resolve symbol
symbol : constructor PBEKeySpec (java.lang.String)
location: class javax.crypto.spec.PBEKeySpec
KeySpec ks = new PBEKeySpec (passphrase);
^
1 error
Cheers