| RSA BSAFE SSL-C |
Security protocol components for C |
| Search |
Sections | |
| RSA Public Key Components | |
| This section details the defines that relate to parts of an RSA key. | |
| Diffie-Hellman Public Key Components | |
| This section details the defines that relate to the parts of a Diffie-Hellman key. | |
| DSA Public Key Components | |
| This section details the defines that relate to the parts of a DSA key. | |
Defines | |
| #define | EVP_PKEY_RSA |
| Indicates the private key type is RSA. | |
| #define | EVP_PKEY_DSA |
| Indicates the private key type is DSA. | |
Typedefs | |
| typedef struct evp_pkey_st | EVP_PKEY |
| Indicates the type definition for the EVP_PKEY structure. More... | |
|
|
Indicates the type definition for the EVP_PKEY structure. This structure holds key information. |