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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java647 * C_FindObjects continues a search for token and session
662 public native long[] C_FindObjects(long hSession, long ulMaxObjectCount) throws PKCS11Exception; method in class:PKCS11
1559 public synchronized long[] C_FindObjects(long hSession, long ulMaxObjectCount) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1560 return super.C_FindObjects(hSession, ulMaxObjectCount);

Completed in 74 milliseconds