Searched refs:C_SetAttributeValue (Results 1 - 4 of 4) sorted by relevance
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/ |
H A D | PKCS11.java | 611 * 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 D | p11_objmgmt.c | 293 * Method: C_SetAttributeValue 318 rv = (*ckpFunctions->C_SetAttributeValue)(ckSessionHandle, ckObjectHandle, ckpAttributes, ckAttributesLength);
|
H A D | pkcs11f.h | 320 /* 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 D | P11KeyStore.java | 1470 token.p11.C_SetAttributeValue 1492 token.p11.C_SetAttributeValue(session.id(), pKeyHandle, attrs); 1519 token.p11.C_SetAttributeValue
|
Completed in 42 milliseconds