Searched defs:hWrappingKey (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java1297 * @param hWrappingKey the handle of the wrapping key
1298 * (PKCS#11 param: CK_OBJECT_HANDLE hWrappingKey)
1308 public native byte[] C_WrapKey(long hSession, CK_MECHANISM pMechanism, long hWrappingKey, long hKey) throws PKCS11Exception; argument
1678 public synchronized byte[] C_WrapKey(long hSession, CK_MECHANISM pMechanism, long hWrappingKey, long hKey) throws PKCS11Exception { argument
1679 return super.C_WrapKey(hSession, pMechanism, hWrappingKey, hKey);

Completed in 72 milliseconds