Package org.confng.encryption
-
Interface Summary Interface Description EncryptionProvider Interface for encryption/decryption providers. -
Class Summary Class Description AesEncryptionProvider AES-256-GCM encryption provider for secure configuration values.EncryptionManager Manages encryption providers and handles decryption of configuration values. -
Exception Summary Exception Description EncryptionException Exception thrown when encryption or decryption operations fail. -
Annotation Types Summary Annotation Type Description Encrypted Annotation to mark configuration keys that contain encrypted values.