Package | Description |
---|---|
be.ac.ulb.infof307.g02.database | |
be.ac.ulb.infof307.g02.utils |
Modifier and Type | Field and Description |
---|---|
private Crypto |
EncryptedPreparedStatement.crypto |
private Crypto |
EncryptedResultSet.crypto |
Constructor and Description |
---|
EncryptedPreparedStatement(java.sql.PreparedStatement preparedStatement,
Crypto crypto) |
Modifier and Type | Field and Description |
---|---|
private static Crypto |
CryptoSingleton.crypto |
Modifier and Type | Method and Description |
---|---|
static Crypto |
CryptoSingleton.getCrypto()
Returns the current Crypto instance
|