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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java611 * C_SetAttributeValue modifies the value of one or more object
626 public native void C_SetAttributeValue(long hSession, long hObject, CK_ATTRIBUTE[] pTemplate) throws PKCS11Exception; method in class:PKCS11
1551 public synchronized void C_SetAttributeValue(long hSession, long hObject, CK_ATTRIBUTE[] pTemplate) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1552 super.C_SetAttributeValue(hSession, hObject, pTemplate);
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_objmgmt.c293 * Method: C_SetAttributeValue
318 rv = (*ckpFunctions->C_SetAttributeValue)(ckSessionHandle, ckObjectHandle, ckpAttributes, ckAttributesLength);
H A Dpkcs11f.h320 /* C_SetAttributeValue modifies the value of one or more object
322 CK_PKCS11_FUNCTION_INFO(C_SetAttributeValue)
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11KeyStore.java1470 token.p11.C_SetAttributeValue
1492 token.p11.C_SetAttributeValue(session.id(), pKeyHandle, attrs);
1519 token.p11.C_SetAttributeValue

Completed in 33 milliseconds