[jira] [Commented] (CAMEL-6622) Support XML Encryption 1.1 features in the camel-xmlsecurity component

2013-08-15 Thread Colm O hEigeartaigh (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-6622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13740881#comment-13740881
 ] 

Colm O hEigeartaigh commented on CAMEL-6622:



Thanks Claus, I have updated the wiki with the new configuration options.

Colm.

 Support XML Encryption 1.1 features in the camel-xmlsecurity component
 --

 Key: CAMEL-6622
 URL: https://issues.apache.org/jira/browse/CAMEL-6622
 Project: Camel
  Issue Type: Improvement
Reporter: Colm O hEigeartaigh
 Fix For: 2.12.0

 Attachments: camel-6622.patch


 This task is to support XML Encryption 1.1 functionality in the 
 camel-xmlsecurity component. This includes:
 a) Support for the GCM versions of AES
 b) Support for SHA  1 with the RSA OAEP algorithm
 c) Support for MGF algorithms with SHA  1

--
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


[jira] [Commented] (CAMEL-6622) Support XML Encryption 1.1 features in the camel-xmlsecurity component

2013-08-15 Thread Claus Ibsen (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-6622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13740896#comment-13740896
 ] 

Claus Ibsen commented on CAMEL-6622:


Colm, fell free to add a note on the 2.12 release notes about this new 
functionality if you want
http://camel.apache.org/camel-2120-release.html

 Support XML Encryption 1.1 features in the camel-xmlsecurity component
 --

 Key: CAMEL-6622
 URL: https://issues.apache.org/jira/browse/CAMEL-6622
 Project: Camel
  Issue Type: Improvement
Reporter: Colm O hEigeartaigh
Assignee: Claus Ibsen
 Fix For: 2.12.0

 Attachments: camel-6622.patch


 This task is to support XML Encryption 1.1 functionality in the 
 camel-xmlsecurity component. This includes:
 a) Support for the GCM versions of AES
 b) Support for SHA  1 with the RSA OAEP algorithm
 c) Support for MGF algorithms with SHA  1

--
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


[jira] [Commented] (CAMEL-6622) Support XML Encryption 1.1 features in the camel-xmlsecurity component

2013-08-14 Thread Claus Ibsen (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-6622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13739501#comment-13739501
 ] 

Claus Ibsen commented on CAMEL-6622:


Ah okay so mgfAlgorithm should not be configurable? 

 Support XML Encryption 1.1 features in the camel-xmlsecurity component
 --

 Key: CAMEL-6622
 URL: https://issues.apache.org/jira/browse/CAMEL-6622
 Project: Camel
  Issue Type: Improvement
Reporter: Colm O hEigeartaigh
 Fix For: 2.12.0

 Attachments: camel-6622.patch


 This task is to support XML Encryption 1.1 functionality in the 
 camel-xmlsecurity component. This includes:
 a) Support for the GCM versions of AES
 b) Support for SHA  1 with the RSA OAEP algorithm
 c) Support for MGF algorithms with SHA  1

--
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


[jira] [Commented] (CAMEL-6622) Support XML Encryption 1.1 features in the camel-xmlsecurity component

2013-08-14 Thread Colm O hEigeartaigh (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-6622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13739508#comment-13739508
 ] 

Colm O hEigeartaigh commented on CAMEL-6622:



No it should be configurable, although I don't expect it to be used very often. 
My question was more abstract: in general in Camel if adding new configuration 
options for a DataFormat, must it always be added to the constructor of the 
DataFormat in camel-core? Or will a setX suffice if it is not a commonly used 
option?

Thanks,

Colm.

 Support XML Encryption 1.1 features in the camel-xmlsecurity component
 --

 Key: CAMEL-6622
 URL: https://issues.apache.org/jira/browse/CAMEL-6622
 Project: Camel
  Issue Type: Improvement
Reporter: Colm O hEigeartaigh
 Fix For: 2.12.0

 Attachments: camel-6622.patch


 This task is to support XML Encryption 1.1 functionality in the 
 camel-xmlsecurity component. This includes:
 a) Support for the GCM versions of AES
 b) Support for SHA  1 with the RSA OAEP algorithm
 c) Support for MGF algorithms with SHA  1

--
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


[jira] [Commented] (CAMEL-6622) Support XML Encryption 1.1 features in the camel-xmlsecurity component

2013-08-14 Thread Claus Ibsen (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-6622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13739512#comment-13739512
 ] 

Claus Ibsen commented on CAMEL-6622:


Using getter/setter is the preferred way. Most others dont have ctr parameters. 
The contributor of the xmlsecurity used ctrl as well and hence why they are 
there today.



 Support XML Encryption 1.1 features in the camel-xmlsecurity component
 --

 Key: CAMEL-6622
 URL: https://issues.apache.org/jira/browse/CAMEL-6622
 Project: Camel
  Issue Type: Improvement
Reporter: Colm O hEigeartaigh
 Fix For: 2.12.0

 Attachments: camel-6622.patch


 This task is to support XML Encryption 1.1 functionality in the 
 camel-xmlsecurity component. This includes:
 a) Support for the GCM versions of AES
 b) Support for SHA  1 with the RSA OAEP algorithm
 c) Support for MGF algorithms with SHA  1

--
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


[jira] [Commented] (CAMEL-6622) Support XML Encryption 1.1 features in the camel-xmlsecurity component

2013-08-14 Thread Claus Ibsen (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-6622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13739513#comment-13739513
 ] 

Claus Ibsen commented on CAMEL-6622:


I am applying the patch right now on master.

Fell free to help updating the docs at
http://camel.apache.org/xmlsecurity-dataformat.html

 Support XML Encryption 1.1 features in the camel-xmlsecurity component
 --

 Key: CAMEL-6622
 URL: https://issues.apache.org/jira/browse/CAMEL-6622
 Project: Camel
  Issue Type: Improvement
Reporter: Colm O hEigeartaigh
 Fix For: 2.12.0

 Attachments: camel-6622.patch


 This task is to support XML Encryption 1.1 functionality in the 
 camel-xmlsecurity component. This includes:
 a) Support for the GCM versions of AES
 b) Support for SHA  1 with the RSA OAEP algorithm
 c) Support for MGF algorithms with SHA  1

--
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


[jira] [Commented] (CAMEL-6622) Support XML Encryption 1.1 features in the camel-xmlsecurity component

2013-08-13 Thread Colm O hEigeartaigh (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-6622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13738091#comment-13738091
 ] 

Colm O hEigeartaigh commented on CAMEL-6622:


Hi Claus,

In the patch I submitted, I added the ability to set the digestAlgorithm in 
model.dataformat.XMLSecurityDataFormat, both via the constructor and via a 
accessor method. Would it suffice to add the ability to set the mgfAlgorithm 
via an accessor here as well, or must it also be set via a constructor? I ask 
as the constructor argument count is already getting enormous here.

Thanks,

Colm.

 Support XML Encryption 1.1 features in the camel-xmlsecurity component
 --

 Key: CAMEL-6622
 URL: https://issues.apache.org/jira/browse/CAMEL-6622
 Project: Camel
  Issue Type: Improvement
Reporter: Colm O hEigeartaigh
 Fix For: 2.12.0

 Attachments: camel-6622.patch


 This task is to support XML Encryption 1.1 functionality in the 
 camel-xmlsecurity component. This includes:
 a) Support for the GCM versions of AES
 b) Support for SHA  1 with the RSA OAEP algorithm
 c) Support for MGF algorithms with SHA  1

--
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


[jira] [Commented] (CAMEL-6622) Support XML Encryption 1.1 features in the camel-xmlsecurity component

2013-08-12 Thread Claus Ibsen (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-6622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13737103#comment-13737103
 ] 

Claus Ibsen commented on CAMEL-6622:


Thanks for the patch.

When adding new options to a data format, then they should be added in 
camel-core in the model package so these options is also available in XML DSL. 
Do you mind taking a look at adding that to the patch?

 Support XML Encryption 1.1 features in the camel-xmlsecurity component
 --

 Key: CAMEL-6622
 URL: https://issues.apache.org/jira/browse/CAMEL-6622
 Project: Camel
  Issue Type: Improvement
Reporter: Colm O hEigeartaigh
 Fix For: 2.12.0

 Attachments: camel-6622.patch


 This task is to support XML Encryption 1.1 functionality in the 
 camel-xmlsecurity component. This includes:
 a) Support for the GCM versions of AES
 b) Support for SHA  1 with the RSA OAEP algorithm
 c) Support for MGF algorithms with SHA  1

--
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