Searched refs:jMechanismInfoObject (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_general.c720 jobject jMechanismInfoObject; local
739 jMechanismInfoObject = (*env)->NewObject(env, jMechanismInfoClass, jCtrId,
741 if (jMechanismInfoObject == NULL) { return NULL; };
746 return jMechanismInfoObject ;

Completed in 3155 milliseconds