| RSA BSAFE Micro Edition Suite |
Streamlined security for mobile and embedded 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_BASE64 |
| Indicates that the data is BASE64 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. |