On 12/24/2014 4:35 PM, Salz, Rich wrote: >> 1 - Will the RSA structure be opaque? I have a continuing need to construct >> an RSA structure from binary arrays of public and private key parts and vice >> versa. >> >> Will I lose that? > > Maybe. Proposing new "constructors" that met your needs is probably a good thing to do. Where's a good place to propose them? Here's what I currently use: Generate a key pair and return n,p,q,d Generate the public key structure from n,e Generate the private key structure from n,e,d