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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java544 * @param hObject the object's handle
545 * (PKCS#11 param: CK_OBJECT_HANDLE hObject)
555 public native long C_CopyObject(long hSession, long hObject, CK_ATTRIBUTE[] pTemplate) throws PKCS11Exception; argument
564 * @param hObject the object's handle
565 * (PKCS#11 param: CK_OBJECT_HANDLE hObject)
570 public native void C_DestroyObject(long hSession, long hObject) throws PKCS11Exception; argument
579 * @param hObject the object's handle
580 * (PKCS#11 param: CK_OBJECT_HANDLE hObject)
587 // public native long C_GetObjectSize(long hSession, long hObject) throws PKCS11Exception;
598 * @param hObject th
607 C_GetAttributeValue(long hSession, long hObject, CK_ATTRIBUTE[] pTemplate) argument
626 C_SetAttributeValue(long hSession, long hObject, CK_ATTRIBUTE[] pTemplate) argument
1539 C_CopyObject(long hSession, long hObject, CK_ATTRIBUTE[] pTemplate) argument
1543 C_DestroyObject(long hSession, long hObject) argument
1547 C_GetAttributeValue(long hSession, long hObject, CK_ATTRIBUTE[] pTemplate) argument
1551 C_SetAttributeValue(long hSession, long hObject, CK_ATTRIBUTE[] pTemplate) argument
[all...]
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11f.h278 CK_OBJECT_HANDLE hObject, /* the object's handle */
291 CK_OBJECT_HANDLE hObject /* the object's handle */
301 CK_OBJECT_HANDLE hObject, /* the object's handle */
313 CK_OBJECT_HANDLE hObject, /* the object's handle */
326 CK_OBJECT_HANDLE hObject, /* the object's handle */

Completed in 38 milliseconds