Uses of Class
dev.orne.config.ConfigCryptoProviderException
Packages that use ConfigCryptoProviderException
Package
Description
Configuration management system.
Internal implementations of configuration instances.
-
Uses of ConfigCryptoProviderException in dev.orne.config
Subclasses of ConfigCryptoProviderException in dev.orne.configModifier and TypeClassDescriptionclassException exception thrown by providers of cryptography transformations for wrong secret key (password).Methods in dev.orne.config that throw ConfigCryptoProviderExceptionModifier and TypeMethodDescriptionConfigCryptoEngine.createCipher()Creates a newCipherfor this engine.ConfigCryptoEngine.createSecretKey(char[] password) Creates a newSecretKeyfor this engine for the specified password.@Nullable StringDecrypts the specified encrypted configuration value.@Nullable StringDecrypts the specified encrypted configuration value.@Nullable StringEncrypts the specified plain configuration value.@Nullable StringEncrypts the specified plain configuration value. -
Uses of ConfigCryptoProviderException in dev.orne.config.impl
Method parameters in dev.orne.config.impl with type arguments of type ConfigCryptoProviderExceptionModifier and TypeMethodDescriptionprotected StringPooledConfigCryptoProvider.withCipher(org.apache.commons.lang3.function.FailableFunction<Cipher, String, ConfigCryptoProviderException> operation) Performs the specified operation with aCipherinstance from the pool, returning the instance to the pool after the operation is completed.Methods in dev.orne.config.impl that throw ConfigCryptoProviderExceptionModifier and TypeMethodDescriptionPooledConfigCryptoProvider.PooledCipherFactory.create()AbstractConfigCryptoEngine.createCipher(String algorithm) Creates aCipherfor the specified algorithm.ConfigCryptoAesGcmEngine.createCipher()Creates a newCipherfor this engine.protected KeySpecConfigCryptoAesGcmEngine.createKeySpec(char[] password) Generates the secret key specification for the specified password and theConfigCryptoAesGcmEngine.createSecretKey(char[] password) Creates a newSecretKeyfor this engine for the specified password.AbstractConfigCryptoEngine.createSecureRandom()Creates a newSecureRandominstance.@Nullable StringDecrypts the specified encrypted configuration value.Decrypts the specified encrypted configuration value.@Nullable StringDecrypts the specified encrypted configuration value.Decrypts the specified encrypted configuration value.@Nullable StringEncrypts the specified plain configuration value.Encrypts the specified plain configuration value.@Nullable StringEncrypts the specified plain configuration value.Encrypts the specified plain configuration value.protected CipherDefaultConfigCryptoProvider.getCipher()Returns the sharedCipherto use during encryption and decryption.AbstractConfigCryptoEngine.getSecretKeyFactory(String algorithm) Gets aSecretKeyFactoryfor the specified algorithm.AbstractConfigCryptoEngine.getSecureRandom()Returns theSecureRandominstance of this instance.