Good day,
I'm currently using Xerces 2.4.0 with XSec 1.0.
In debug all is well. All samples etc execute correctly. Xerces 2.4D gets
loaded.
In release build everything still compiles, but at runtime the samples are
looking for Xerces 2.3.0 DLL rather than v2.4.0 that I am linking into.
I've re
I've been using SecretKey for a while now, due to that
I could never get PrivateKey to work. I get:
java.lang.SecurityException: Unsupported keysize or
algorithm parameters
at javax.crypto.Cipher.init(DashoA6275)
at
org.apache.xml.security.encryption.XMLCipher.encryptElement(XMLCi
Title: Janitor
I had this code:
try {
//more code here...
XercesDOMParser * parser = new XercesDOMParser;
Janitor j_parser(parser);
//more code here...
//my app crashes here
} catch (...) {
//never come here
}
//never come here
My app crashes (not allways)