Re: EncryptedKeyResolver doesn't allow specifying provider

2009-07-15 Thread Sean Mullan
Please file a bug/rfe at https://issues.apache.org/bugzilla/enter_bug.cgi in the Security project. We need to add a ctor to the EncryptedKeyResolver class that takes an additional provider parameter, and then change XMLCipher to call this new ctor and pass it the provider it is using. Unfort

EncryptedKeyResolver doesn't allow specifying provider

2009-07-14 Thread Aditya Muralidharan
Hi, We are using hardware-based security providers that we need to explicitly specify our encryption and decryption providers. I noticed that works for key encryption, but the decryption doesn't allow an explicit provider when decrypting (in EncryptedKeyResolver) the symmetric key with the key