Package iaik.pkcs.pkcs11.wrapper
Interface CK_NOTIFY
-
public interface CK_NOTIFYinterface CK_NOTIFY.- Author:
- Karl Scheibelhofer (SIC), Martin Schläffer (SIC)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidCK_NOTIFY(long hSession, long event, Object pApplication)Method CK_NOTIFY
-
-
-
Method Detail
-
CK_NOTIFY
void CK_NOTIFY(long hSession, long event, Object pApplication) throws PKCS11ExceptionMethod CK_NOTIFY- Parameters:
hSession- The handle of the session performing the callback.event- The type of notification callback.pApplication- An application-defined value. this is the same value as was passed to
#C_OpenSessionto open the session performing the callback.- Throws:
PKCS11Exception- in case of error.
-
-