I want to generate a symmetric key using a PBE algo. I have the password and salt already to go but... I got a KeyGenerator initialzed with the proper PBE algo via CryptoManager, but I don't see where in the KeyGenerator I specify the password or the salt...I need to do that before I can call on the generate() method...Does JSS call the password callback function set in CryptoManager? But what if I want to pass in a password string directly? No can do? And what about the salt, where is it set?
Did I miss something? -- P
