|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StringPBEConfig
Common interface for config classes applicable to
StandardPBEStringEncryptor
objects.
This interface extends PBEConfig
to add config parameters specific
to String encryption.
This interface lets the user create new PBEConfig classes which retrieve values for this parameters from different (and maybe more secure) sources (remote servers, LDAP, other databases...), and do this transparently for the encryptor object.
The config objects passed to an encryptor will only be queried once for each configuration parameter, and this will happen during the initialization of the encryptor object.
For a default implementation, see SimpleStringPBEConfig
.
Method Summary | |
---|---|
String |
getStringOutputType()
This parameter lets the user specify the form in which String output will be encoded. |
Methods inherited from interface org.jasypt.encryption.pbe.config.PBEConfig |
---|
getAlgorithm, getKeyObtentionIterations, getPassword, getPoolSize, getProvider, getProviderName, getSaltGenerator |
Method Detail |
---|
String getStringOutputType()
This parameter lets the user specify the form in which String output will be encoded. Available encoding types are:
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |