Jasypt Users Forum

Using StandardPBEByteEncryptor with a key from a keyStore

by nlif :: Rate this Message:

Reply to Author | View in Thread

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