Method Crypto.RSA()->set_private_key()
- Method set_private_key
 this_programset_private_key(Gmp.mpz|intpriv,array(Gmp.mpz|int)|voidextra)- Description
 Sets the private key.
- Parameter 
priv The private RSA exponent, often called d.
- Parameter 
extra Array Gmp.mpz|int0The first prime, often called p.
Gmp.mpz|int1The second prime, often called q.