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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11ECDHKeyAgreement.java139 token.p11.C_GetAttributeValue(session.id(), keyID, attributes);
201 token.p11.C_GetAttributeValue(session.id(), keyID, lenAttributes);
H A DP11RSAKeyFactory.java271 token.p11.C_GetAttributeValue(session[0].id(), key.keyID, attributes);
297 token.p11.C_GetAttributeValue(session[0].id(), key.keyID, attributes);
315 token.p11.C_GetAttributeValue(session[0].id(), key.keyID, attributes);
H A DP11DHKeyFactory.java224 token.p11.C_GetAttributeValue(session[0].id(), key.keyID, attributes);
246 token.p11.C_GetAttributeValue(session[0].id(), key.keyID, attributes);
H A DP11DSAKeyFactory.java221 token.p11.C_GetAttributeValue(session[0].id(), key.keyID, attributes);
245 token.p11.C_GetAttributeValue(session[0].id(), key.keyID, attributes);
H A DP11KeyStore.java1199 token.p11.C_GetAttributeValue(session.id(), oHandle, attrs);
1269 token.p11.C_GetAttributeValue(session.id(), oHandle, attrs);
1306 token.p11.C_GetAttributeValue(session.id(), oHandle, attrs);
1319 token.p11.C_GetAttributeValue(session.id(), oHandle, attrs);
1329 token.p11.C_GetAttributeValue(session.id(), oHandle, attrs);
1353 token.p11.C_GetAttributeValue(session.id(), oHandle, attrs);
1368 token.p11.C_GetAttributeValue(session.id(), oHandle, attrs);
1383 token.p11.C_GetAttributeValue(session.id(), oHandle, attrs);
2236 token.p11.C_GetAttributeValue(session.id(), h[i], label);
2306 token.p11.C_GetAttributeValue(sessio
[all...]
H A DP11ECKeyFactory.java270 token.p11.C_GetAttributeValue(session[0].id(), key.keyID, attributes);
292 token.p11.C_GetAttributeValue(session[0].id(), key.keyID, attributes);
H A DP11KeyAgreement.java207 token.p11.C_GetAttributeValue(session.id(), keyID, attributes);
322 token.p11.C_GetAttributeValue(session.id(), keyID, lenAttributes);
H A DSecmod.java655 token.p11.C_GetAttributeValue(session.id(), handle, attrs);
666 token.p11.C_GetAttributeValue(session.id(), handle, attrs);
H A DP11Key.java240 token.p11.C_GetAttributeValue(tempSession.id(), keyID, attributes);
266 // nothing found, need to call C_GetAttributeValue()
272 session.token.p11.C_GetAttributeValue
346 session.token.p11.C_GetAttributeValue
424 token.p11.C_GetAttributeValue
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_objmgmt.c202 * Method: C_GetAttributeValue
225 TRACE0("DEBUG: C_GetAttributeValue");
247 rv = (*ckpFunctions->C_GetAttributeValue)(ckSessionHandle, ckObjectHandle, ckpAttributes, ckAttributesLength);
268 rv = (*ckpFunctions->C_GetAttributeValue)(ckSessionHandle, ckObjectHandle, ckpAttributes, ckAttributesLength);
H A Dpkcs11f.h307 /* C_GetAttributeValue obtains the value of one or more object
309 CK_PKCS11_FUNCTION_INFO(C_GetAttributeValue)
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java591 * C_GetAttributeValue obtains the value of one or more object
607 public native void C_GetAttributeValue(long hSession, long hObject, CK_ATTRIBUTE[] pTemplate) throws PKCS11Exception; method in class:PKCS11
1547 public synchronized void C_GetAttributeValue(long hSession, long hObject, CK_ATTRIBUTE[] pTemplate) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1548 super.C_GetAttributeValue(hSession, hObject, pTemplate);

Completed in 73 milliseconds