Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 13 2002
Added on Dec 11 2001
4 comments
314 views