Base64DecodingException

2005-04-29 Thread Samuel Misecka
In class org.apache.xml.security.utils.Base64 throws new Base64DecodingException with parameter "It should be dived by four" (decodeInternal and decode methods), I think that it is wrong. The parameter should be msgID not a message text. Sam.

Re: XMLCipher - provider

2005-03-11 Thread Samuel Misecka
ovider name to the EncryptedKeyResolver. > > Vishal > > Samuel Misecka wrote: > > >Hi, > > > >I need to specify provider for XML decryption. I have problem because XMLCipher > >object has method getProviderInstance(...), but in method decryptToByteArray > >(

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