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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java1290 * C_WrapKey wraps (i.e., encrypts) a key.
1308 public native byte[] C_WrapKey(long hSession, CK_MECHANISM pMechanism, long hWrappingKey, long hKey) throws PKCS11Exception; method in class:PKCS11
1678 public synchronized byte[] C_WrapKey(long hSession, CK_MECHANISM pMechanism, long hWrappingKey, long hKey) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1679 return super.C_WrapKey(hSession, pMechanism, hWrappingKey, hKey);

Completed in 232 milliseconds