|
In C++ error occures in WinCAPICryptoKeyRSA.cpp in
privateDecrypt(). CryptoAPI function call CryptDecrypt() fails for PAD_PKCS_1_5
and XSEC throws exception: "WinCAPI:RSA privateKeyDecrypt - Error Decrypting
PKCS1_5 padded RSA encrypt".
I remember similar interoperability difficulties when I've
been using XML signature. I had to "rotate" all bytes (big/little endian issue).
Is this something similar?
Best
regards,
Milan
|
Title: Message
- RE: [java & c++] interoperability & encryption Milan Tomic
- Re: [java & c++] interoperability & encrypti... Matej Kafadar
- Re: [java & c++] interoperability & encr... Berin Lautenbach
- Re: [java & c++] interoperability & encr... Berin Lautenbach
- RE: [java & c++] interoperability & ... Milan Tomic
- Re: [java & c++] interoperability &a... Berin Lautenbach
- Re: [java & c++] interoperabili... Berin Lautenbach
- RE: [java & c++] interopera... Milan Tomic
- Re: [java & c++] interopera... Matej Kafadar
- Re: [java & c++] interoperability & encryption Vishal Mahajan
- Milan Tomic
