| RSA BSAFE Cert-C Micro Edition |
The power of PKI for the smallest of devices |
Defines | |
| #define | R_PKEY_TYPE_UNKNOWN |
Indicates that the PKEY type is unknown. | |
| #define | R_PKEY_TYPE_RSA |
Indicates that the PKEY type is RSA. | |
| #define | R_PKEY_TYPE_DH |
Indicates that the PKEY type is Diffie-Hellman. | |
| #define | R_PKEY_TYPE_DSA |
Indicates that the PKEY type is Digital Signature Algorithm (DSA). | |
| #define | R_PKEY_TYPE_ECC |
Indicates that the PKEY type is Elliptic Curve Cryptography (ECC). | |
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. |