SudokuFX
Loading...
Searching...
No Matches
Package fr.softsf.sudokufx.config.database

Classes

class  AbstractDataSourceConfig
 Abstract configuration class for setting up the application's data source. More...
 
class  AbstractDataSourceConfigUTest
 
interface  ApplicationKeystore
 Manages the application's keystore for secure storage of a symmetric key and database credentials. More...
 
class  ApplicationKeystoreITest
 
class  DataSourceConfigCds
 Overrides Abstract DataSource hikariDataSource for the CDS profile. More...
 
class  DataSourceConfigDefault
 Overrides Abstract DataSource hikariDataSource for the default profile. More...
 
class  DataSourceConfigTest
 Overrides Abstract DataSource hikariDataSource for the test profile. More...
 
class  GenerateSecret
 Utility class for generating secure passwords using the Passay library. More...
 
class  GenerateSecretUTest
 
class  SecretKeyEncryptionServiceAESGCM
 Interface defining methods to encrypt and decrypt strings using AES-GCM (Galois/Counter Mode). More...
 
class  SecretKeyEncryptionServiceAESGCMUTest