IAIK PKCS#11 Wrapper
version 1.2.18

Uses of Class
iaik.pkcs.pkcs11.wrapper.CK_DATE

Packages that use CK_DATE
iaik.pkcs.pkcs11 This package provides a object oriented API to access PKCS#11 modules. 
iaik.pkcs.pkcs11.wrapper This package contains the first (lowest) Java layer of the PKCS#11 wrapper. 
 

Uses of CK_DATE in iaik.pkcs.pkcs11
 

Methods in iaik.pkcs.pkcs11 that return CK_DATE
static CK_DATE Util.convertToCkDate(java.util.Date date)
          Convert the given Date object to a CK_DATE object.
 

Methods in iaik.pkcs.pkcs11 with parameters of type CK_DATE
static java.util.Date Util.convertToDate(CK_DATE ckDate)
          Convert the given CK_DATE object to a Date object.
 

Uses of CK_DATE in iaik.pkcs.pkcs11.wrapper
 

Methods in iaik.pkcs.pkcs11.wrapper with parameters of type CK_DATE
static boolean Functions.equals(CK_DATE date1, CK_DATE date2)
          Check the given dates for equalitiy.
static int Functions.hashCode(CK_DATE date)
          Calculate a hash code for the given date object.
 


IAIK PKCS#11 Wrapper
version 1.2.18

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

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