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]
CK_CHAR month [2]
CK_CHAR day [2]


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 4 -3, not the literal byte values.


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