Cryptographic Token Interface Standard

PKCS#11


CK_DATE Reference

CK_DATE

CK_DATE is a structure that defines a date. More...


Data Fields

CK_CHAR year [4]
 the year ("1900" - "9999"). More...

CK_CHAR month [2]
 the month ("01" - "12"). More...

CK_CHAR day [2]
 the day ("01" - "31"). More...


Detailed Description

CK_DATE

CK_DATE is a structure that defines a date. It is defined as follows:
year the year ("1900" - "9999")
month the month ("01" - "12")
day the day ("01" - "31")

The fields hold numeric characters from the character set in Table 3 , not the literal byte values.


Field Documentation

CK_CHAR year[4]
 

the year ("1900" - "9999").

CK_CHAR month[2]
 

the month ("01" - "12").

CK_CHAR day[2]
 

the day ("01" - "31").


RSA Security Inc. Public-Key Cryptography Standards - PKCS#11 - v211