public class CK_DATE
extends java.lang.Object
implements java.lang.Cloneable
PKCS#11 structure:
typedef struct CK_DATE {
CK_CHAR year[4];
CK_CHAR month[2];
CK_CHAR day[2];
} CK_DATE;
| Modifier and Type | Field and Description |
|---|---|
char[] |
day
PKCS#11:
|
char[] |
month
PKCS#11:
|
char[] |
year
PKCS#11:
|
| Constructor and Description |
|---|
CK_DATE() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Create a (deep) clone of this object.
|
java.lang.String |
toString()
Returns the string representation of CK_DATE.
|
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")
public java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectIAIK JavaSecurity Website http://jce.iaik.tugraz.at/
IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2023 IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved. version 1.6.9