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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java685 * C_EncryptInit initializes an encryption operation.
698 public native void C_EncryptInit(long hSession, CK_MECHANISM pMechanism, long hKey) throws PKCS11Exception; method in class:PKCS11
1567 public synchronized void C_EncryptInit(long hSession, CK_MECHANISM pMechanism, long hKey) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1568 super.C_EncryptInit(hSession, pMechanism, hKey);

Completed in 287 milliseconds