|
Jasypt Users Forum
Using StandardPBEByteEncryptor with a key from a keyStore
Hi,
I'd like to retrieve my secret-key from a keystore at run-time, but it seems that the StandardPBEByteEncryptor implementation does not allow that. key is declared private, and the class is final, and there is no public setter.
Do I have any option? Is there any reason why this option (i.e. using a keyStore) is not supported?
Thanks,
Naaman
|