Class ConfigVaultProvider.EncryptionConfig
java.lang.Object
io.helidon.security.providers.config.vault.ConfigVaultProvider.EncryptionConfig
- All Implemented Interfaces:
ProviderConfig
- Enclosing class:
ConfigVaultProvider
Configuration of encryption. Currently has no additional configuration options.
-
Method Details
-
create
Create a new instance.- Returns:
- new instance with default configuration
-
create
Create a new instance with custom password.- Parameters:
password- password to use- Returns:
- a new instance using the custom password
-
create
@Deprecated(since="4.4.0", forRemoval=true) public static ConfigVaultProvider.EncryptionConfig create(Config config) Deprecated, for removal: This API element is subject to removal in a future version.usecreate(io.helidon.config.Config)insteadCreate a new instance from config.- Parameters:
config- config to read password from (if any)- Returns:
- a new instance configured from config
-
create
Create a new instance from config.- Parameters:
config- config to read password from (if any)- Returns:
- a new instance configured from config
-
create(io.helidon.config.Config)instead