public class ChangeFileEncryption extends Tool
| Constructor and Description |
|---|
ChangeFileEncryption() |
| Modifier and Type | Method and Description |
|---|---|
static void |
execute(String dir,
String db,
String cipher,
char[] decryptPassword,
char[] encryptPassword,
boolean quiet)
Changes the password for a database.
|
static void |
main(String... args)
Options are case sensitive.
|
void |
runTool(String... args)
Run the tool with the given output stream and arguments.
|
isOption, printNoDatabaseFilesFound, setOut, showUsage, throwUnsupportedOptionpublic static void main(String... args) throws SQLException
| [-help] or [-?] | Print the list of options |
| [-cipher type] | The encryption type (AES or XTEA) |
| [-dir <dir>] | The database directory (default: .) |
| [-db <database>] | Database name (all databases if not set) |
| [-decrypt <pwd>] | The decryption password (if not set: not yet encrypted) |
| [-encrypt <pwd>] | The encryption password (if not set: do not encrypt) |
| [-quiet] | Do not print progress information |
args - the command line argumentsSQLExceptionpublic void runTool(String... args) throws SQLException
ToolrunTool in class Toolargs - the argument listSQLExceptionpublic static void execute(String dir, String db, String cipher, char[] decryptPassword, char[] encryptPassword, boolean quiet) throws SQLException
dir - the directory (. for the current directory)db - the database name (null for all databases)cipher - the cipher (AES, XTEA)decryptPassword - the decryption password as a char arrayencryptPassword - the encryption password as a char arrayquiet - don't print progress informationSQLExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.