| RSA BSAFE Micro Edition Suite |
Streamlined security for mobile and embedded devices |
 
![]() |
Defines | |
| #define | R_TIME_EXTERNAL_FORMAT_UTC |
Specifies a format string containing Universal Coordinated Time (UTC) "YYMMDDHHMM[SS](Z|(+|-)HHMM)". | |
| #define | R_TIME_EXTERNAL_FORMAT_GT |
Specifies a format string containing generalized time "YYYYMMDDHHMMSS[.S](Z|(+|-)HHMM)". | |
| #define | R_TIME_EXTERNAL_FORMAT_UNIX_BIG_ENDIAN |
| Specifies a format of Big Endian time in seconds since Jan 1, 1970. | |
| #define | R_TIME_EXTERNAL_FORMAT_UNIX_NATIVE |
| Specifies a format of time in seconds since Jan 1, 1970. | |
| #define | R_TIME_EXTERNAL_FORMAT_SHRF |
Specifies a text format of time in a simple human readable form "YYYY:MM:DD:HH:MM:SS". | |
| #define | R_TIME_UNIX_BIG_ENDIAN_SIZE |
| Specifies the number of Bytes required to store time in the Unix Big Endian time format. | |
| #define | R_TIME_UTC_MAX_SIZE |
Specifies the number of Bytes required to store time in the Universal Coordinated Time (UTC) including the trailing '\0'. | |
| #define | R_TIME_GT_MAX_SIZE |
Specifies the number of Bytes required to store time in the generalized time format including the trailing '\0'. | |
| #define | R_TIME_SHRF_SIZE |
Specifies the number of Bytes required to store time in a text format including the trailing '\0'. | |