Searched defs:Notify (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java393 * @param Notify the callback function
394 * (PKCS#11 param: CK_NOTIFY Notify)
401 public native long C_OpenSession(long slotID, long flags, Object pApplication, CK_NOTIFY Notify) throws PKCS11Exception; argument
1515 public synchronized long C_OpenSession(long slotID, long flags, Object pApplication, CK_NOTIFY Notify) throws PKCS11Exception { argument
1516 return super.C_OpenSession(slotID, flags, pApplication, Notify);

Completed in 44 milliseconds