Interface CK_NOTIFY


  • public interface CK_NOTIFY
    interface CK_NOTIFY.
    Author:
    Karl Scheibelhofer (SIC), Martin Schläffer (SIC)
    • Method Detail

      • CK_NOTIFY

        void CK_NOTIFY​(long hSession,
                       long event,
                       Object pApplication)
                throws PKCS11Exception
        Method 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_OpenSession to open the session performing the callback.
        Throws:
        PKCS11Exception - in case of error.