Re: encryption example

2009-08-11 Thread Björn-Peter Tietjens
Hi sry got confused with the key... now it works... Cheers BT Björn-Peter Tietjens schrieb: Hi, i keep getting the exception: 13:34:52,400 ERROR Encrypter:178 - org.apache.xml.security.encryption.XMLEncryptionException: Invalid key length: 16 bytes(Invalid key length: 16 bytes) i use

encryption example

2009-08-10 Thread Björn-Peter Tietjens
Hi, i keep getting the exception: 13:34:52,400 ERROR Encrypter:178 - org.apache.xml.security.encryption.XMLEncryptionException: Invalid key length: 16 bytes(Invalid key length: 16 bytes) i used the encryption sample to encrypt some xml doc when executing this on the tomcat webapp it keeps

Re: encryption example

2009-08-09 Thread Björn-Peter Tietjens
t;xml-security-1_4_3/src_samples/org/apache/xml/security/samples/encryption" Example. I get an Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/xml/utils/URI$MalformedURIException at ...Encrypter.main(Encrypter.java:149) these are the lines... ... 147

Re: encryption example

2009-08-07 Thread Sean Mullan
That class is included in Xalan. Looks like you are not including xalan.jar in your CLASSPATH. --Sean Björn-Peter Tietjens wrote: Hi, i would appriciate some help with on eof the examples: i am trying to run the "xml-security-1_4_3/src_samples/org/apache/xml/security/samples/encry

encryption example

2009-08-07 Thread Björn-Peter Tietjens
Hi, i would appriciate some help with on eof the examples: i am trying to run the "xml-security-1_4_3/src_samples/org/apache/xml/security/samples/encryption" Example. I get an Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/xml/utils/URI$Malforme