Re: [c++] load X509 certificate

2004-01-08 Thread GRU Samuel
Hi, To complete my first message, i generate my key and my certificate with OpenSSL (0.9.7c) with default options.  generation of key :  openssl genrsa -out privkey.pem 2048  generation of certificate :  openssl req -outform DER -new -x509 -key privkey.pem -out certificate.pem -days 1095 Is i

[Java] EncryptedKey and URI in xenc:DataReference

2004-01-08 Thread Johan Vanbockryck (jvanbock)
Hi, I'm unwrapping an EncryptedKey tag from an encrypted XML document. This EncryptedKey contains a DataReference to the xenc:EncryptedData it should be used for. When calling the XMLCipher.loadEncryptedKey, the URI that is present on the xenc:DataReference is not present in the EncryptedKey objec