| RSA BSAFE Micro Edition Suite |
Streamlined security for mobile and embedded devices |
 
![]() |
| Identifier | Value Data Type |
| R_CERT_CTX_INFO_R_LIB_CTX | R_LIB_CTX ** |
| R_CERT_CTX_INFO_CERT_TYPE | int* |
| R_CERT_CTX_INFO_R_CR_CTX | R_CR_CTX ** |
| R_CERT_CTX_INFO_R_PKEY_CTX | R_PKEY_CTX ** |
The following table details the data types to pass into value when calling R_CERT_CTX_set_info().
| Identifier | Value Data Type |
| R_CERT_CTX_INFO_R_CR_CTX | R_CR_CTX * |
| R_CERT_CTX_INFO_R_PKEY_CTX | R_PKEY_CTX * |
Defines | |
| #define | R_CERT_CTX_INFO_R_LIB_CTX |
| Indicates the library context associated with the certificate context. More... | |
| #define | R_CERT_CTX_INFO_CERT_TYPE |
| Indicates the type of certificate that can be handled by certificates created from the context. More... | |
| #define | R_CERT_CTX_INFO_R_CR_CTX |
| Indicates the cryptographic context associated with the certificate request context. More... | |
| #define | R_CERT_CTX_INFO_R_PKEY_CTX |
| Indicates the public key context associated with the certificate request context. More... | |
|
|
Indicates the type of certificate that can be handled by certificates created from the context. The following table details the usage of the identifier in Context Functions.
|
|
|
Indicates the cryptographic context associated with the certificate request context. The following table details the usage of the identifier in Context Functions.
|
|
|
Indicates the library context associated with the certificate context. The following table details the usage of the identifier in Context Functions.
|
|
|
Indicates the public key context associated with the certificate request context. The following table details the usage of the identifier in Context Functions.
|