Uses of Interface
dev.orne.config.ConfigCryptoProvider
Packages that use ConfigCryptoProvider
Package
Description
Configuration management system.
Configuration management system replacement based on Apache Commons.
Internal implementations of configuration instances.
-
Uses of ConfigCryptoProvider in dev.orne.config
Methods in dev.orne.config that return ConfigCryptoProviderModifier and TypeMethodDescriptionCryptoProviderBuilder.build()Creates a new cryptography transformations provider.Methods in dev.orne.config with parameters of type ConfigCryptoProviderModifier and TypeMethodDescriptionConfigBuilder.withEncryption(@Nullable ConfigCryptoProvider provider) Sets the configuration properties values cryptography transformations provider. -
Uses of ConfigCryptoProvider in dev.orne.config.commons
Methods in dev.orne.config.commons that return ConfigCryptoProviderModifier and TypeMethodDescriptionprotected ConfigCryptoProviderDelegatedOrneConfigurationDecoder.getProvider()Returns the cryptography transformations provider.Constructors in dev.orne.config.commons with parameters of type ConfigCryptoProviderModifierConstructorDescriptionCreates a new instance. -
Uses of ConfigCryptoProvider in dev.orne.config.impl
Classes in dev.orne.config.impl that implement ConfigCryptoProviderModifier and TypeClassDescriptionclassBase abstract implementation ofConfigCryptoProviderbased onConfigCryptoEngine.classDefault implementation ofConfigCryptoProviderbased onConfigCryptoEnginewith synchronizedCipher.classDefault implementation ofConfigCryptoProviderbased onConfigCryptoEnginewith pooledCiphers.Methods in dev.orne.config.impl that return ConfigCryptoProviderModifier and TypeMethodDescriptionCryptoProviderBuilderImpl.build()Creates a new cryptography transformations provider.@Nullable ConfigCryptoProviderConfigOptions.getCryptoProvider()Returns the cryptography transformations provider.Methods in dev.orne.config.impl with parameters of type ConfigCryptoProviderModifier and TypeMethodDescriptionvoidConfigOptions.setCryptoProvider(@Nullable ConfigCryptoProvider provider) Sets the cryptography transformations provider.AbstractConfigBuilderImpl.withEncryption(@Nullable ConfigCryptoProvider provider) Sets the configuration properties values cryptography transformations provider.