« Return to Thread: Loading DSA PvKey from memory

Re: Loading DSA PvKey from memory

by Da Co :: Rate this Message:

Reply to Author | View in Thread

Resending.
 
On Fri, May 29, 2009 at 12:48 PM, Da Co <daneluta@...> wrote:
Hi, Cryptopp-users,
 
I have a DSA PvKey sitting in a file which I load using

DSA::Signer signer;

PrivateKey &pvKey = signer.AccessPrivateKey();

pvKey.Load(FileSource(PvKeyFile,

true));

I would like to read the file in a byte array and load the content of byte array into the pvKey.
 
Is this possible?
 
Thanks and regards,
Daneluta


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Crypto++ Users" Google Group.
To unsubscribe, send an email to cryptopp-users-unsubscribe@....
More information about Crypto++ and this group is available at http://www.cryptopp.com.
-~----------~----~----~----~------~----~------~--~---

 « Return to Thread: Loading DSA PvKey from memory