You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2013/10/29 03:58:30 UTC

[jira] [Resolved] (CAMEL-6742) PGP Data Format: enable configuration of public and secure key ring via byte array parameter

     [ https://issues.apache.org/jira/browse/CAMEL-6742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-6742.
---------------------------------

    Resolution: Fixed

Applied the patch into master, camel-2.12.x and camel-2.11.x branches.

> PGP Data Format: enable configuration of public and secure key ring via byte array parameter
> --------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-6742
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6742
>             Project: Camel
>          Issue Type: Improvement
>          Components:  camel-crypto
>            Reporter: Franz Forsthofer
>            Assignee: Willem Jiang
>             Fix For: 2.11.3, 2.12.2, 2.13.0
>
>         Attachments: 0001-improvement-pgp-data-format-key-ring-as-byte-array-p.patch
>
>
> Currently the PGP Data Format allows configuring the public and secret keyring via a file name, which means that the public and secret keyring must be located in the classpath or in the file system. In some environments, it is regarded as unsecure to store key material in the filesystem; storage of key material in the data base is preferred. In order to support such kind of use cases, we should directly hand over the key ring as byte array to the PGP Data Format instance.
> Please have a look at the attached patch.    



--
This message was sent by Atlassian JIRA
(v6.1#6144)