Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

DTP 1.9.2 New and Noteworthy

Revision as of 23:01, 11 January 2012 by Unnamed Poltroon (Talk) (New page: This page documents the New & Noteworthy features in the DTP 1.9.2 (Indigo SR2) release. <h3>[https://bugs.eclipse.org/bugs/show_bug.cgi?id=358686 BZ 358686] - Customizable Encryption of...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page documents the New & Noteworthy features in the DTP 1.9.2 (Indigo SR2) release.

BZ 358686 - Customizable Encryption of Connection Profile Stores

The Connectivity encryption framework encrypts/decrypts an exported connection profile store file by using an embedded encryption key spec by default. Customization of the encryption key spec was not readily accessible.
A new extension point (org.eclipse.datatools.connectivity.cipherProvider) is now introduced for adopters to extend the encryption framework, by applying a customized cipher provider for connection profile store files with a registered file extension.

See the Extension Point reference in the Help content under "Data Tools Platform Plug-in Developer Guide" (or the source schema/cipherProvider.exsd in org.eclipse.datatools.connectivity project) for the schema definition and documentation of the new extension point.

Back to the top