|
IAIK PKCS#11 Wrapper version 1.2.16 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectiaik.pkcs.pkcs11.wrapper.CK_DATE
class .
PKCS#11 structure:
typedef struct CK_DATE {
CK_CHAR year[4];
CK_CHAR month[2];
CK_CHAR day[2];
} CK_DATE;
| Field Summary | |
char[] |
day
PKCS#11: CK_CHAR day[2]; - the day ("01" - "31") |
char[] |
month
PKCS#11: CK_CHAR month[2]; - the month ("01" - "12") |
char[] |
year
PKCS#11: CK_CHAR year[4]; - the year ("1900" - "9999") |
| Constructor Summary | |
CK_DATE()
|
|
| Method Summary | |
Object |
clone()
Create a (deep) clone of this object. |
String |
toString()
Returns the string representation of CK_DATE. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public char[] year
CK_CHAR year[4]; - the year ("1900" - "9999")
public char[] month
CK_CHAR month[2]; - the month ("01" - "12")
public char[] day
CK_CHAR day[2]; - the day ("01" - "31")
| Constructor Detail |
public CK_DATE()
| Method Detail |
public Object clone()
public String toString()
|
IAIK PKCS#11 Wrapper version 1.2.16 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||