<div>hi Aleksey and others,</div>
<div>&nbsp;</div>
<div>In encrypt3.c, there is one line for loading private key.</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp; /* load private RSA key */<br>&nbsp;&nbsp;&nbsp; key = xmlSecCryptoAppKeyLoad(key_file, xmlSecKeyDataFormatPem, NULL, NULL, NULL);</div>
<div>&nbsp;</div>
<div>I my understanding, normally the public key is used for encrypting the session key, and then on the other side private key is used for decrypting the session key (session key is used for encrypting the data). So my question is, how I can do like that by using xmlsec API?</div>

<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Thanks in advance</div>
<div>Weizhong Qiang</div>