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 [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
-~----------~----~----~----~------~----~------~--~---

Reply via email to