| BearSSL
    | 
RSA public key. More...
| Data Fields | |
| unsigned char * | n | 
| Modulus.  More... | |
| size_t | nlen | 
| Modulus length (in bytes).  More... | |
| unsigned char * | e | 
| Public exponent.  More... | |
| size_t | elen | 
| Public exponent length (in bytes).  More... | |
RSA public key.
The structure references the modulus and the public exponent. Both integers use unsigned big-endian representation; extra leading bytes of value 0 are allowed.
| unsigned char* br_rsa_public_key::e | 
Public exponent.
| size_t br_rsa_public_key::elen | 
Public exponent length (in bytes).
| unsigned char* br_rsa_public_key::n | 
Modulus.
| size_t br_rsa_public_key::nlen | 
Modulus length (in bytes).
 1.8.13
 1.8.13