RE: Querying for the Encryption MGF Algorithm

2015-06-22 Thread Stephen.CTR.Chappell
Thanx, Colm. This isn't an immediate need, so we should be able to wait for the next release. Stephen W. Chappell -Original Message- From: Colm O hEigeartaigh [mailto:cohei...@apache.org] Sent: Monday, June 22, 2015 5:43 AM To: users@cxf.apache.org Subject: Re: Querying fo

Re: Querying for the Encryption MGF Algorithm

2015-06-22 Thread Colm O hEigeartaigh
I should also add that I moved the private static EncryptedKeyProcessor.getMGFAlgorithm() method into EncryptionUtils, so you can just use this instead with the next release. Colm. On Mon, Jun 22, 2015 at 10:43 AM, Colm O hEigeartaigh wrote: > > No there isn't. I was going to write that what ne

Re: Querying for the Encryption MGF Algorithm

2015-06-22 Thread Colm O hEigeartaigh
No there isn't. I was going to write that what need to do is to retrieve the DOM Element via WSSecurityEngineResult.TAG_TOKEN_ELEMENT, and then parse it with code like EncryptedKeyProcessor.getMGFAlgorithm()...however, it appears we don't store the DOM Element for EncryptedKeys. I have fixed this f