changeEncryptionKey abstract method

void changeEncryptionKey(
  1. String encryptionKey
)

Changes the encryption key for an encrypted database. Only supported on engines with encryption encryption support, and for databases that are already encrypted.

Implementation

void changeEncryptionKey(String encryptionKey);