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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java756 * C_DecryptInit initializes a decryption operation.
769 public native void C_DecryptInit(long hSession, CK_MECHANISM pMechanism, long hKey) throws PKCS11Exception; method in class:PKCS11
1583 public synchronized void C_DecryptInit(long hSession, CK_MECHANISM pMechanism, long hKey) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1584 super.C_DecryptInit(hSession, pMechanism, hKey);

Completed in 37 milliseconds