bootPassword=key

Function

Specifies the key to use for encrypting a new database or booting an existing encrypted database. Specify an alphanumeric string at least eight characters long.

Combining with other attributes

When creating a new database, must be combined with create=true and dataEncryption=true. When booting an existing encrypted database, no other attributes are necessary.

-- boot an encrypted database
jdbc:derby:encryptedDB;bootPassword=cseveryPlace
-- create a new, encrypted database
jdbc:derby:newDB;create=true;dataEncryption=true;
    bootPassword=cseveryPlace
Related reference
create=true
databaseName=nameofDatabase
dataEncryption=true
encryptionProvider=providerName
encryptionAlgorithm=algorithm
territory=ll_CC
logDevice=logDirectoryPath
password=userPassword
rollForwardRecoveryFrom=Path
createFrom=Path
restoreFrom=Path
shutdown=true
user=userName
(no attributes)