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 TypeMethodDescription@NotNull CipherConfigCryptoEngine.createCipher()Creates a newCipherfor this engine.@NotNull SecretKeyConfigCryptoEngine.createSecretKey(@javax.validation.constraints.NotBlank char[] password) Creates a newSecretKeyfor this engine for the specified password.@NotNull StringDecrypts the specified encrypted configuration value.Decrypts the specified encrypted configuration value.@NotNull StringEncrypts the specified plain configuration value.Encrypts the specified plain configuration value. -
Uses of ConfigCryptoProviderException in dev.orne.config.impl
Methods in dev.orne.config.impl that throw ConfigCryptoProviderExceptionModifier and TypeMethodDescription@NotNull CipherPooledConfigCryptoProvider.PooledCipherFactory.create()@NotNull CipherAbstractConfigCryptoEngine.createCipher(@NotNull String algorithm) Creates aCipherfor the specified algorithm.@NotNull CipherConfigCryptoAesGcmEngine.createCipher()Creates a newCipherfor this engine.protected @NotNull KeySpecConfigCryptoAesGcmEngine.createKeySpec(@javax.validation.constraints.NotNull char[] password) Generates the secret key specification for the specified password and the@NotNull SecretKeyConfigCryptoAesGcmEngine.createSecretKey(@javax.validation.constraints.NotNull char[] password) Creates a newSecretKeyfor this engine for the specified password.@NotNull SecureRandomAbstractConfigCryptoEngine.createSecureRandom()Creates a newSecureRandominstance.Decrypts the specified encrypted configuration value.@NotNull StringConfigCryptoAesGcmEngine.decrypt(@NotNull String value, @NotNull SecretKey key, @NotNull Cipher cipher) Decrypts the specified encrypted configuration value.Decrypts the specified encrypted configuration value.@NotNull StringDecrypts the specified encrypted configuration value.Encrypts the specified plain configuration value.@NotNull StringConfigCryptoAesGcmEngine.encrypt(@NotNull String value, @NotNull SecretKey key, @NotNull Cipher cipher) Encrypts the specified plain configuration value.Encrypts the specified plain configuration value.@NotNull StringEncrypts the specified plain configuration value.protected @NotNull CipherDefaultConfigCryptoProvider.getCipher()Returns the sharedCipherto use during encryption and decryption.@NotNull SecretKeyFactoryAbstractConfigCryptoEngine.getSecretKeyFactory(@NotNull String algorithm) Gets aSecretKeyFactoryfor the specified algorithm.@NotNull SecureRandomAbstractConfigCryptoEngine.getSecureRandom()Returns theSecureRandominstance of this instance.