| RSA BSAFE Cert-C Micro Edition |
The power of PKI for the smallest of devices |
| Identifier | String |
| R_CR_TYPE_NONE | "NONE" |
| R_CR_TYPE_ASYM | "ASYM" |
| R_CR_TYPE_CIPHER | "CIPHER" |
| R_CR_TYPE_DIGEST | "DIGEST" |
| R_CR_TYPE_RANDOM | "RANDOM" |
| R_CR_TYPE_KEY_EXCHANGE | "KEY_EXCHANGE" |
| R_CR_TYPE_SIGNATURE | "SIGNATURE" |
| R_CR_TYPE_MAC | "MAC" |
| R_CR_TYPE_KEYGEN | "KEYGEN" |
| R_CR_TYPE_PARAMGEN | "PARAMGEN" |
| R_CR_TYPE_MAX | "MAX" |
Defines | |
| #define | R_CR_TYPE_NONE |
| Indicates that the operation type is none. More... | |
| #define | R_CR_TYPE_ASYM |
| Indicates an asymmetric operation type. More... | |
| #define | R_CR_TYPE_CIPHER |
| Indicates a symmetric operation type. More... | |
| #define | R_CR_TYPE_DIGEST |
| Indicates a digest operation type. More... | |
| #define | R_CR_TYPE_RANDOM |
| Indicates a random operation type. More... | |
| #define | R_CR_TYPE_KEY_EXCHANGE |
| Indicates a key agreement operation type. More... | |
| #define | R_CR_TYPE_SIGNATURE |
| Indicates a signature operation type. More... | |
| #define | R_CR_TYPE_MAC |
| Indicates a Message Authentication Code (MAC) operation type. More... | |
| #define | R_CR_TYPE_KEYGEN |
| Indicates a key generation operation type. More... | |
| #define | R_CR_TYPE_PARAMGEN |
| Indicates a parameter generation operation type. More... | |
| #define | R_CR_TYPE_MAX |
| Indicates an identifier maximum value operation type. More... | |
|
|
Indicates an asymmetric operation type. The following table details the usage of the identifier in Operation Functions.
|
|
|
Indicates a symmetric operation type. The following table details the usage of the identifier in Operation Functions.
|
|
|
Indicates a digest operation type. The following table details the usage of the identifier in Operation Functions.
|
|
|
Indicates a key agreement operation type. The following table details the usage of the identifier in Operation Functions.
|
|
|
Indicates a key generation operation type. The following table details the usage of the identifier in Operation Functions.
|
|
|
Indicates a Message Authentication Code (MAC) operation type. The following table details the usage of the identifier in Operation Functions.
|
|
|
Indicates an identifier maximum value operation type. The following table details the usage of the identifier in Operation Functions.
|
|
|
Indicates that the operation type is none. The following table details the usage of the identifier in Operation Functions.
|
|
|
Indicates a parameter generation operation type. The following table details the usage of the identifier in Operation Functions.
|
|
|
Indicates a random operation type. The following table details the usage of the identifier in Operation Functions.
|
|
|
Indicates a signature operation type. The following table details the usage of the identifier in Operation Functions.
|