IAIK PKCS#11 Wrapper
version 1.2.16

iaik.pkcs.pkcs11.wrapper
Class CK_DATE

java.lang.Object
  extended byiaik.pkcs.pkcs11.wrapper.CK_DATE
All Implemented Interfaces:
Cloneable

public class CK_DATE
extends Object
implements Cloneable

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

year

public char[] year
PKCS#11:
   CK_CHAR year[4];   - the year ("1900" - "9999")
 


month

public char[] month
PKCS#11:
   CK_CHAR month[2];  - the month ("01" - "12")
 


day

public char[] day
PKCS#11:
   CK_CHAR day[2];    - the day ("01" - "31")
 

Constructor Detail

CK_DATE

public CK_DATE()
Method Detail

clone

public Object clone()
Create a (deep) clone of this object.

Returns:
A clone of this object.

toString

public String toString()
Returns the string representation of CK_DATE.

Returns:
the string representation of CK_DATE

IAIK PKCS#11 Wrapper
version 1.2.16

IAIK JavaSecurity Website http://jce.iaik.tugraz.at/

IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2002, IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved.