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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java1320 * @param hUnwrappingKey the handle of the unwrapping key
1321 * (PKCS#11 param: CK_OBJECT_HANDLE hUnwrappingKey)
1334 long hUnwrappingKey, byte[] pWrappedKey,
1683 long hUnwrappingKey, byte[] pWrappedKey,
1685 return super.C_UnwrapKey(hSession, pMechanism, hUnwrappingKey, pWrappedKey, pTemplate);
1333 C_UnwrapKey(long hSession, CK_MECHANISM pMechanism, long hUnwrappingKey, byte[] pWrappedKey, CK_ATTRIBUTE[] pTemplate) argument
1682 C_UnwrapKey(long hSession, CK_MECHANISM pMechanism, long hUnwrappingKey, byte[] pWrappedKey, CK_ATTRIBUTE[] pTemplate) argument

Completed in 57 milliseconds