The following table lists the functions that can be used for transparent data encryption.
Name | Return type | Description |
---|---|---|
pgx_open_keystore(passphrase) | void | Opens the keystore |
pgx_set_master_key(passphrase) | void | Sets the master encryption key |
pgx_set_keystore_passphrase(oldPassphrase, newPassphrase) | void | Changes the keystore passphrase |