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 TypeMethodDescription@NotNull ConfigCryptoProviderCryptoProviderBuilder.build()Creates a new cryptography transformations provider.Methods in dev.orne.config with parameters of type ConfigCryptoProviderModifier and TypeMethodDescriptionConfigBuilder.withEncryption(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 @NotNull ConfigCryptoProviderDelegatedOrneConfigurationDecoder.getProvider()Returns the cryptography transformations provider.Constructors in dev.orne.config.commons with parameters of type ConfigCryptoProviderModifierConstructorDescriptionDelegatedOrneConfigurationDecoder(@NotNull ConfigCryptoProvider provider) Creates 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 TypeMethodDescription@NotNull ConfigCryptoProviderCryptoProviderBuilderImpl.build()Creates a new cryptography transformations provider.ConfigOptions.getCryptoProvider()Returns the cryptography transformations provider.Methods in dev.orne.config.impl with parameters of type ConfigCryptoProviderModifier and TypeMethodDescriptionvoidConfigOptions.setCryptoProvider(ConfigCryptoProvider provider) Sets the cryptography transformations provider.AbstractConfigBuilderImpl.withEncryption(ConfigCryptoProvider provider) Sets the configuration properties values cryptography transformations provider.