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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java1111 * C_VerifyRecoverInit initializes a signature verification
1125 public native void C_VerifyRecoverInit(long hSession, CK_MECHANISM pMechanism, long hKey) throws PKCS11Exception; method in class:PKCS11
1659 public synchronized void C_VerifyRecoverInit(long hSession, CK_MECHANISM pMechanism, long hKey) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1660 super.C_VerifyRecoverInit(hSession, pMechanism, hKey);

Completed in 1254 milliseconds