|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objectorg.jasypt.encryption.pbe.config.SimplePBEConfig
org.jasypt.encryption.pbe.config.SimpleStringPBEConfig
public class SimpleStringPBEConfig
Bean implementation for StringPBEConfig. This class allows
the values for the configuration parameters to be set
via "standard" setX methods.
For any of the configuration parameters, if its setX method is not called, a null value will be returned by the corresponding getX method.
| Constructor Summary | |
|---|---|
SimpleStringPBEConfig()
Creates a new SimpleStringPBEConfig instance. |
|
| Method Summary | |
|---|---|
String |
getStringOutputType()
This parameter lets the user specify the form in which String output will be encoded. |
void |
setStringOutputType(String stringOutputType)
Sets the the form in which String output will be encoded. |
| Methods inherited from class org.jasypt.encryption.pbe.config.SimplePBEConfig |
|---|
cleanPassword, getAlgorithm, getKeyObtentionIterations, getPassword, getPasswordCharArray, getPoolSize, getProvider, getProviderName, getSaltGenerator, setAlgorithm, setKeyObtentionIterations, setKeyObtentionIterations, setPassword, setPasswordCharArray, setPoolSize, setPoolSize, setProvider, setProviderClassName, setProviderName, setSaltGenerator, setSaltGeneratorClassName |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jasypt.encryption.pbe.config.PBEConfig |
|---|
getAlgorithm, getKeyObtentionIterations, getPassword, getPoolSize, getProvider, getProviderName, getSaltGenerator |
| Constructor Detail |
|---|
public SimpleStringPBEConfig()
Creates a new SimpleStringPBEConfig instance.
| Method Detail |
|---|
public void setStringOutputType(String stringOutputType)
Sets the the form in which String output will be encoded. Available encoding types are:
If not set, null will be returned.
Determines the result of: getStringOutputType()
stringOutputType - the string output type.public String getStringOutputType()
StringPBEConfigThis parameter lets the user specify the form in which String output will be encoded. Available encoding types are:
getStringOutputType in interface StringPBEConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||