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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java1040 * C_VerifyInit initializes a verification operation, where the
1055 public native void C_VerifyInit(long hSession, CK_MECHANISM pMechanism, long hKey) throws PKCS11Exception; method in class:PKCS11
1643 public synchronized void C_VerifyInit(long hSession, CK_MECHANISM pMechanism, long hKey) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1644 super.C_VerifyInit(hSession, pMechanism, hKey);

Completed in 45 milliseconds