public interface CK_NOTIFY
| Modifier and Type | Method and Description |
|---|---|
void |
CK_NOTIFY(long hSession,
long event,
Object pApplication)
Method CK_NOTIFY
|
void CK_NOTIFY(long hSession,
long event,
Object pApplication)
throws PKCS11Exception
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.PKCS11Exception - in case of error.Copyright © 2023. All rights reserved.