AW: XML-Encryption

2004-09-20 Thread Andrej Konkow
The solution for me was to change the encryption algorithm. So my code looks something like: ... KeyGenerator keyGenerator = KeyGenerator.getInstance("AES"); keyGenerator.init(128); Key symkey = keyGenerator.generateKey(); XMLCipher xmlCipher = XMLCipher.getInstan

AW: AW: Additional note: vanishing attribute namespace prefixes

2004-09-17 Thread Andrej Konkow
t; > What does it show as the output from the above? Can you > insert that code > somewhere appropriate in the client or do you only have > control over the > server? > > m. > > On Thu, 2004-09-16 at 17:45, Andrej Konkow wrote: > > Hi Mikolaj, > > > >

AW: Additional note: vanishing attribute namespace prefixes

2004-09-16 Thread Andrej Konkow
d and no longer > valid. I don't see how you could be expected to rectify that problem - > surely the solution must reside with the Signing->Verifying step? > > m. > > PS: Love your motorbikes. Keep 'em coming. > > On Wed, 2004-09-15 at 20:01, Andrej Konkow w

Additional note: vanishing attribute namespace prefixes

2004-09-15 Thread Andrej Konkow
Title: Nachricht Hi there,   I'm new to this kind of discussion but would like to respond to a message and point out another problem.   the solution you have described is not practicable from my point of view. I have the following problem: We have evaluated the XML-Security package in combi