| RSA BSAFE Cert-C Micro Edition |
The power of PKI for the smallest of devices |
Defines | |
| #define | R_FORMAT_BINARY |
| Indicates that the data is binary encoded. | |
| #define | R_FORMAT_TEXT |
| Indicates that the data is text format encoded. | |
| #define | R_FORMAT_PEM |
| Indicates that the data is Privacy Enhanced Mail (PEM) encoded. | |
| #define | R_FORMAT_CODE_BINARY |
| Indicates that the data is in a C code function format. | |
| #define | R_FORMAT_CODE_FIELDS |
| Indicates that the data is in a C code fields format. | |
| #define | R_FORMAT_CODE_HEX |
| Indicates that the data is in a C code data format. | |
| #define | R_FORMAT_HEX |
| Indicates that the data is in a plain hexadecimal Bytes format. | |
Typedefs | |
| typedef int | R_FORMAT |
| The format flag. More... | |
|
|
The format flag. When data is passed to/from the library you can specify how the data is encoded. |