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 CryptoProviderKeyBuilderCryptoProviderEngineBuilder.withEngine(ConfigCryptoEngine engine) Sets the cryptography transformations engine to use.CryptoProviderEngineBuilder.withEngine(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 ConfigCryptoEngineAbstractConfigCryptoProvider.getEngine()Returns the cryptographic engine.CryptoProviderOptions.getEngine()Returns the cryptography engine to use.protected 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.CryptoProviderBuilderImpl.withEngine(ConfigCryptoEngine engine, boolean destroyEngine) Sets the cryptography transformations engine to use.Constructors in dev.orne.config.impl with parameters of type ConfigCryptoEngineModifierConstructorDescriptionprotectedAbstractConfigCryptoProvider(ConfigCryptoEngine engine, boolean destroyEngine, SecretKey secretKey) Creates a new instance.Creates a new instance.protectedPooledConfigCryptoProvider(ConfigCryptoEngine engine, boolean destroyEngine, SecretKey secretKey, org.apache.commons.pool2.ObjectPool<Cipher> pool) Creates a new instance.