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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java654 * @param ulMaxObjectCount the max. object handles to get
655 * (PKCS#11 param: CK_ULONG ulMaxObjectCount)
662 public native long[] C_FindObjects(long hSession, long ulMaxObjectCount) throws PKCS11Exception; argument
1559 public synchronized long[] C_FindObjects(long hSession, long ulMaxObjectCount) throws PKCS11Exception { argument
1560 return super.C_FindObjects(hSession, ulMaxObjectCount);

Completed in 35 milliseconds