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