apache > db
Apache DB Project
 
Font size:      

dataEncryption=true

dataEncryption=true

Function

Specifies data encryption on disk for a new database. (For information about data encryption, see "Encrypting Databases on Disk" in the Derby Developer's Guide.)

Combining with Other Attributes

Must be combined with create=true and bootPassword=key. You have the option of also specifying encryptionProvider=providerName and encryptionAlgorithm=algorithm.

Example

jdbc:derby:encryptedDB;create=true;dataEncryption=true;
    bootPassword=cLo4u922sc23aPe


Previous Page
Next Page
Table of Contents
Index