RSA_get0_e
if ((rsa_e_hex = BN_bn2hex(RSA_get0_e(rsa))) == NULL)
if ((rsa_e_dec = BN_bn2dec(RSA_get0_e(rsa))) == NULL)
const BIGNUM *RSA_get0_e(const RSA *r);