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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java250 * @param tokenPresent if true only Slot IDs with a token are returned
251 * (PKCS#11 param: CK_BBOOL tokenPresent)
258 public native long[] C_GetSlotList(boolean tokenPresent) throws PKCS11Exception; argument
1495 public synchronized long[] C_GetSlotList(boolean tokenPresent) throws PKCS11Exception { argument
1496 return super.C_GetSlotList(tokenPresent);

Completed in 57 milliseconds