Create DSA key from XML string
From: Harold Putman (putmanh@yahoo.com)
Date: 03/31/03
- Next message: Sergio Dutra [MS]: "Re: CRL"
- Previous message: Harold Putman: "Signed XML with proprietary method"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Harold Putman" <putmanh@yahoo.com> Date: Mon, 31 Mar 2003 10:51:20 -0500
If I export a DSA public/private key information as an XML string, what is
the best way to recreate the DSA key later.
I am doing this:
key = DSA.Create();
key.FromXmlString(keyinfo);
But the Create() call takes a long time, as if it is generating a new
public/private keypair. As far as I can tell, I don't want or need the newly
generated keypair. Is there some more effecient way to create a DSA keypair
from a saved XML representation?
Thanks,
Harold Putman
- Next message: Sergio Dutra [MS]: "Re: CRL"
- Previous message: Harold Putman: "Signed XML with proprietary method"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|