IAIK PKCS#11 Wrapper
version 1.2.17

iaik.pkcs.pkcs11.wrapper
Class CK_SESSION_INFO

java.lang.Object
  extended byiaik.pkcs.pkcs11.wrapper.CK_SESSION_INFO

public class CK_SESSION_INFO
extends Object

class CK_SESSION_INFO provides information about a session.

PKCS#11 structure:

 typedef struct CK_SESSION_INFO {  
   CK_SLOT_ID slotID;  
   CK_STATE state;  
   CK_FLAGS flags;  
   CK_ULONG ulDeviceError;  
 } CK_SESSION_INFO;
 


Field Summary
 long flags
          PKCS#11: CK_FLAGS flags;
 long slotID
          PKCS#11: CK_SLOT_ID slotID;
 long state
          PKCS#11: CK_STATE state;
 long ulDeviceError
          PKCS#11: CK_ULONG ulDeviceError;
 
Constructor Summary
CK_SESSION_INFO()
           
 
Method Summary
 String toString()
          Returns the string representation of CK_SESSION_INFO.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

slotID

public long slotID
PKCS#11:
   CK_SLOT_ID slotID;
 


state

public long state
PKCS#11:
   CK_STATE state;
 


flags

public long flags
PKCS#11:
   CK_FLAGS flags;
 


ulDeviceError

public long ulDeviceError
PKCS#11:
   CK_ULONG ulDeviceError;
 

Constructor Detail

CK_SESSION_INFO

public CK_SESSION_INFO()
Method Detail

toString

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

Returns:
the string representation of CK_SESSION_INFO

IAIK PKCS#11 Wrapper
version 1.2.17

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.