public class SimpleStringPBEConfig extends SimplePBEConfig implements StringPBEConfig
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 and Description |
---|
SimpleStringPBEConfig()
Creates a new SimpleStringPBEConfig instance.
|
Modifier and Type | Method and Description |
---|---|
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.
|
cleanPassword, getAlgorithm, getKeyObtentionIterations, getPassword, getPasswordCharArray, getPoolSize, getProvider, getProviderName, getSaltGenerator, setAlgorithm, setKeyObtentionIterations, setKeyObtentionIterations, setPassword, setPasswordCharArray, setPoolSize, setPoolSize, setProvider, setProviderClassName, setProviderName, setSaltGenerator, setSaltGeneratorClassName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAlgorithm, getKeyObtentionIterations, getPassword, getPoolSize, getProvider, getProviderName, getSaltGenerator
public SimpleStringPBEConfig()
Creates a new SimpleStringPBEConfig instance.
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()
StringPBEConfig
This parameter lets the user specify the form in which String output will be encoded. Available encoding types are:
getStringOutputType
in interface StringPBEConfig
Copyright © 2016 JBoss by Red Hat. All rights reserved.