Class Slot

java.lang.Object
  |
  +--Slot

public class Slot
extends java.lang.Object

The slot who have the encription card.


Constructor Summary
Slot()
           
 
Method Summary
 java.lang.String[] getSlotInfo()
          Used to obain information about a particular slot in the system.
 void waitForSlotEvent()
          Used to wait for a slot event, such as token insertion or token removal, to occur.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Slot

public Slot()
Method Detail

getSlotInfo

public java.lang.String[] getSlotInfo()
                               throws OoctiException
Used to obain information about a particular slot in the system.
Throws:
ARGUMENTS_BAD -  
CRYPTOKI_NOT_INITIALIZED -  
DEVICE_ERROR -  
FUNCTION_FAILED -  
GENERAL_ERROR -  
HOST_MEMORY -  
SLOT_ID_INVALID -  

waitForSlotEvent

public void waitForSlotEvent()
                      throws OoctiException
Used to wait for a slot event, such as token insertion or token removal, to occur.
Throws:
ARGUMENTS_BAD -  
CRYPTOKI_NOT_INITIALIZED -  
FUNCTION_FAILED -  
GENERAL_ERROR -  
HOST_MEMORY -  
NO_EVENT -