Import RSA Key from XML
843811Nov 28 2006 — edited Feb 20 2007Hi,
I need to import both keys public and private, they were given to me as a XML file, generated by a .NET program.
The private xml has this structure:
<RSAKeyValue>
<Modulus></Modulus>
<Exponent></Exponent>
<P></P>
<Q></Q>
<DP></DP>
<DQ></DQ>
<InverseQ></InverseQ>
<D></D>
</RSAKeyValue>
Someone have any example?
Thanks,
Eddiedu