970607-1

Specify an ASN.1 declaration to transfer date and time without using the built-in ASN.1-types UTCTime or GeneralizedTime. Instead, year, month (1 to 12), day of the month (1 to 31), day of the week (monday to sunday) hour (from 0 to 23) and minute (from 0 to 59) shall be transmitted.

Correct reply

Datetime ::= sequence {
year INTEGER (0 .. MAX),
month INTEGER (1 .. 12),
day INTEGER (1 .. 31),
weekday ENUMERATED { monday(0), tuesday(1),
wednesday(2), thursday(3), friday(4),
saturday(5), sunday(6) }

List of exam questions