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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_sessmgmt.c567 jclass ckNotifyClass; local
604 ckNotifyClass = (*env)->FindClass(env, CLASS_NOTIFY);
605 if (ckNotifyClass == NULL) { return rv; }
606 jmethod = (*env)->GetMethodID(env, ckNotifyClass, "CK_NOTIFY", "(JJLjava/lang/Object;)V");

Completed in 30 milliseconds