| RSA BSAFE Micro Edition Suite |
Streamlined security for mobile and embedded devices |
 
![]() |
Defines | |
| #define | R_PKEY_TYPE_UNKNOWN |
| Indicates that the R_PKEY type is unknown. | |
| #define | R_PKEY_TYPE_RSA |
| Indicates that the R_PKEY type is RSA. | |
| #define | R_PKEY_TYPE_DSA |
| Indicates that the R_PKEY type is Digital Signature Algorithm (DSA). | |
| #define | R_PKEY_TYPE_DSAPARAMS |
Indicates that the PKEY type is Digital Signature Algorithm (DSA) parameters. | |
Typedefs | |
| typedef int | R_PKEY_TYPE |
| Indicates the type used to identify an allocated R_PKEY. More... | |
|
|
Indicates the type used to identify an allocated R_PKEY. An R_PKEY may contain either a public or private key for the nominated type of key allocated. |