| Class | Description |
|---|---|
| IndependentDataSource |
DataSource implementation that creates independent connections using PluginService.
|
| KmsEncryptionConnectionPlugin |
ConnectionPlugin that provides transparent column-level encryption/decryption
by intercepting PreparedStatement.setXxx and ResultSet.getXxx calls directly,
without creating wrapper objects.
|
| KmsEncryptionConnectionPluginFactory |
Factory for creating KmsEncryptionConnectionPlugin instances.
|
| KmsEncryptionUtility |
Main encryption plugin that integrates with the AWS Advanced JDBC Wrapper to provide transparent
client-side encryption using AWS KMS.
|