[ 
https://issues.apache.org/jira/browse/CAMEL-6019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13566576#comment-13566576
 ] 

Babak Vahdat commented on CAMEL-6019:
-------------------------------------

@Daniel this was just another awesome contribution of yours, Thanks! :-)

As an example of what Claus has already mentioned with "START SNIPPET" "END 
SNIPPET" you can look at the following Wiki page Claus has recently added:

https://cwiki.apache.org/confluence/display/CAMEL/Tutorial-Example-ReportIncident-Part6

And notice how the Spring XML:

https://svn.apache.org/repos/asf/camel/trunk/examples/camel-example-reportincident/src/main/resources/META-INF/spring/camel-context.xml

Has been linked into the Wiki page using the following snippet tag (in this 
case the snippet id is {{e1}}):

{code}
{snippet:id=e1|lang=xml|title=camel-config.xml|url=camel/trunk/examples/camel-example-reportincident/src/main/resources/META-INF/spring/camel-context.xml}
{code}
                
> Add PGP signature and signature verification support to PGPDataFormat
> ---------------------------------------------------------------------
>
>                 Key: CAMEL-6019
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6019
>             Project: Camel
>          Issue Type: Improvement
>          Components:  camel-crypto
>    Affects Versions: 2.11.0
>            Reporter: Daniel Gredler
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.11.0
>
>         Attachments: pgp-sign.patch
>
>
> PGPDataFormat currently supports PGP encryption (equivalent to "gpg -e") and 
> decryption (equivalent to "gpg -d"), but does not support simultaneously 
> encrypting and signing (equivalent to "gpg -e -s") or simultaneously 
> decrypting and verifying (equivalent to "gpg -v -d").
> This patch adds three new optional attributes to the PGPDataFormat class 
> (signatureKeyUserid, signatureKeyFileName, signaturePassword), which can be 
> used to sign while encrypting, or to verify a signature while decrypting.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to