|
libcmutils 0.6.5
Multi-platform C99 utility library
|
RSA key object (can be either a private or public key). More...
Data Fields | |
| CMUTIL_String *(* | GetEncoded )(CMUTIL_RSAKey *key) |
| Gets the encoded representation of the RSA key. | |
| void(* | Destroy )(CMUTIL_RSAKey *key) |
| Destroys the RSA key object. | |
RSA key object (can be either a private or public key).
| CMUTIL_String *(* CMUTIL_RSAKey::GetEncoded) (CMUTIL_RSAKey *key) |
Gets the encoded representation of the RSA key.
| key | The RSA key object. |
| void(* CMUTIL_RSAKey::Destroy) (CMUTIL_RSAKey *key) |
Destroys the RSA key object.
| key | The RSA key object to destroy. |