Searched refs:tokenPresent (Results 1 - 2 of 2) 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);
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11f.h74 CK_BBOOL tokenPresent, /* only slots with tokens? */

Completed in 34 milliseconds