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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java666 * C_FindObjectsFinal finishes a search for token and session
676 public native void C_FindObjectsFinal(long hSession) throws PKCS11Exception; method in class:PKCS11
1563 public synchronized void C_FindObjectsFinal(long hSession) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1564 super.C_FindObjectsFinal(hSession);

Completed in 47 milliseconds