Uses of Interface
dev.orne.config.ConfigCryptoEngine
Packages that use ConfigCryptoEngine
Package
Description
Configuration management system.
Internal implementations of configuration instances.
-
Uses of ConfigCryptoEngine in dev.orne.config
Methods in dev.orne.config with parameters of type ConfigCryptoEngineModifier and TypeMethodDescriptiondefault @NotNull CryptoProviderKeyBuilderCryptoProviderEngineBuilder.withEngine(@NotNull ConfigCryptoEngine engine) Sets the cryptography transformations engine to use.@NotNull CryptoProviderKeyBuilderCryptoProviderEngineBuilder.withEngine(@NotNull ConfigCryptoEngine engine, boolean destroyEngine) Sets the cryptography transformations engine to use. -
Uses of ConfigCryptoEngine in dev.orne.config.impl
Classes in dev.orne.config.impl that implement ConfigCryptoEngineModifier and TypeClassDescriptionclassAbstract base implementation ofConfigCryptoEngine.classImplementation ofConfigCryptoEnginebased on Java Cryptography Architecture using AES with GCM symmetric algorithm.Fields in dev.orne.config.impl declared as ConfigCryptoEngineModifier and TypeFieldDescriptionprotected ConfigCryptoEngineCryptoProviderOptions.engineThe cryptography engine to use.Methods in dev.orne.config.impl that return ConfigCryptoEngineModifier and TypeMethodDescriptionprotected @NotNull ConfigCryptoEngineAbstractConfigCryptoProvider.getEngine()Returns the cryptographic engine.CryptoProviderOptions.getEngine()Returns the cryptography engine to use.protected @NotNull ConfigCryptoEnginePooledConfigCryptoProvider.PooledCipherFactory.getEngine()Returns the cryptographic engine.Methods in dev.orne.config.impl with parameters of type ConfigCryptoEngineModifier and TypeMethodDescriptionvoidCryptoProviderOptions.setEngine(ConfigCryptoEngine engine) Sets the cryptography engine to use.@NotNull CryptoProviderBuilderImplCryptoProviderBuilderImpl.withEngine(@NotNull ConfigCryptoEngine engine, boolean destroyEngine) Sets the cryptography transformations engine to use.Constructors in dev.orne.config.impl with parameters of type ConfigCryptoEngineModifierConstructorDescriptionprotectedAbstractConfigCryptoProvider(@NotNull ConfigCryptoEngine engine, boolean destroyEngine, @NotNull SecretKey secretKey) Creates a new instance.PooledCipherFactory(@NotNull ConfigCryptoEngine engine) Creates a new instance.protectedPooledConfigCryptoProvider(@NotNull ConfigCryptoEngine engine, boolean destroyEngine, @NotNull SecretKey secretKey, @NotNull org.apache.commons.pool2.ObjectPool<Cipher> pool) Creates a new instance.