Cipher class representing RC4 encryption (System.Data.SQLite)
More...
#include <wxsqlite3.h>
Cipher class representing RC4 encryption (System.Data.SQLite)
◆ CipherRC4() [1/2]
| wxSQLite3::CipherRC4::CipherRC4 |
( |
| ) |
|
◆ CipherRC4() [2/2]
| wxSQLite3::CipherRC4::CipherRC4 |
( |
const CipherRC4 & | cipher | ) |
|
◆ ~CipherRC4()
| virtual wxSQLite3::CipherRC4::~CipherRC4 |
( |
| ) |
|
|
virtual |
◆ Apply() [1/2]
| virtual bool wxSQLite3::CipherRC4::Apply |
( |
Database & | db | ) |
const |
|
virtual |
Apply the cipher parameters to a database connection.
The parameters of the cipher instance are applied to the given database connection.
- Parameters
-
| db | database instance representing a database connection |
- Returns
- true if the cipher parameters could be applied successfully, false otherwise
Reimplemented from wxSQLite3::Cipher.
◆ Apply() [2/2]
| virtual bool wxSQLite3::CipherRC4::Apply |
( |
void * | dbHandle | ) |
const |
|
virtual |
◆ GetLegacy()
| bool wxSQLite3::CipherRC4::GetLegacy |
( |
| ) |
const |
|
inline |
◆ InitializeFromCurrent()
| virtual bool wxSQLite3::CipherRC4::InitializeFromCurrent |
( |
Database & | db | ) |
|
|
virtual |
Initialize the cipher instance based on current settings.
The parameters of the cipher instance are initialize with the current settings of the associated cipher type as defined in the given database connection.
- Parameters
-
| db | database instance representing a database connection |
- Returns
- true if the cipher instance could be initialized successfully, false otherwise
Reimplemented from wxSQLite3::Cipher.
◆ InitializeFromCurrentDefault()
| virtual bool wxSQLite3::CipherRC4::InitializeFromCurrentDefault |
( |
Database & | db | ) |
|
|
virtual |
Initialize the cipher instance based on current default settings.
The parameters of the cipher instance are initialize with the current default settings of the associated cipher type as defined in the given database connection.
- Parameters
-
| db | database instance representing a database connection |
- Returns
- true if the cipher instance could be initialized successfully, false otherwise
Reimplemented from wxSQLite3::Cipher.
◆ InitializeFromGlobalDefault()
| virtual bool wxSQLite3::CipherRC4::InitializeFromGlobalDefault |
( |
| ) |
|
|
virtual |
Initialize the cipher instance based on global default settings.
The parameters of the cipher instance are initialize with the global default settings of the associated cipher type.
- Returns
- true if the cipher instance could be initialized successfully, false otherwise
Reimplemented from wxSQLite3::Cipher.
The documentation for this class was generated from the following file: