public interface StringPBEConfig extends PBEConfig
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
.
Modifier and Type | Method and Description |
---|---|
String |
getStringOutputType()
This parameter lets the user specify the form in which String output
will be encoded.
|
getAlgorithm, getKeyObtentionIterations, getPassword, getPoolSize, getProvider, getProviderName, getSaltGenerator
String getStringOutputType()
This parameter lets the user specify the form in which String output will be encoded. Available encoding types are:
Copyright © 2016 JBoss by Red Hat. All rights reserved.