Re: XMLCipher - provider

2005-03-11 Thread Samuel Misecka
Vishal Mahajan Sun.COM> writes: > > Are you looking for using the same provider that is passed to the first > XMLCipher instance (through the getProviderInstance call) in the key > decryption as well? If yes, then I think we make a change and pass the > same provider name to the EncryptedKeyR

Re: XMLCipher - provider

2005-03-10 Thread Vishal Mahajan
Are you looking for using the same provider that is passed to the first XMLCipher instance (through the getProviderInstance call) in the key decryption as well? If yes, then I think we make a change and pass the same provider name to the EncryptedKeyResolver. Vishal Samuel Misecka wrote: Hi, I

XMLCipher - provider

2005-03-01 Thread Samuel Misecka
Hi, I need to specify provider for XML decryption. I have problem because XMLCipher object has method getProviderInstance(...), but in method decryptToByteArray (Element element) is created and registered EncryptedKeyResolver without provider name. Then EncryptedKeyResolver.engineCanResolve meth