RSA_PUBLIC()
Generates an RSA public key
VARBINARY
RSA_PUBLIC (private_key)
| Parameter | Description |
|---|---|
private_key |
RSA private key in PKCS#1 format |
RSA_PUBLIC returns the RSA public key in PKCS#1 format for the provided RSA private key (also PKCS#1 format).