Class FunctionList

java.lang.Object
  |
  +--FunctionList

public class FunctionList
extends java.lang.Object

Used to obtain a list of functions.


Constructor Summary
FunctionList()
           
 
Method Summary
 java.lang.String[] getFunctionList()
          Obtain a pointer to the Cryptoki library's list of function pointers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionList

public FunctionList()
Method Detail

getFunctionList

public java.lang.String[] getFunctionList()
                                   throws OoctiException
Obtain a pointer to the Cryptoki library's list of function pointers.
Throws:
ARGUMENTS_BAD -  
FUNCTION_FAILED -  
GENERAL_ERROR -  
HOST_MEMORY -