Class MechanismList

java.lang.Object
  |
  +--MechanismList

public class MechanismList
extends java.lang.Object

Define the mechanism types supported by a token.


Constructor Summary
MechanismList()
           
 
Method Summary
 Mechanism[] getMechanismList()
          Used to obtain a list of mechanism types supported by a token.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MechanismList

public MechanismList()
Method Detail

getMechanismList

public Mechanism[] getMechanismList()
                             throws OoctiException
Used to obtain a list of mechanism types supported by a token.
Returns:
List of Mechanism types supported by a Token.
Throws:
BUFFER_TOO_SMALL -  
CRYPTOKI_NOT_INITIALIZED -  
DEVICE_ERROR -  
DEVICE_MEMORY -  
DEVICE_REMOVED -  
FUNCTION_FAILED -  
GENERAL_ERROR -  
HOST_MEMORY -  
SLOT_ID_INVALID -  
TOKEN_NOT_PRESENT -  
TOKEN_NOT_RECOGNIZED -  
ARGUMENTS_BAD -