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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java490 * @param userType the user type
491 * (PKCS#11 param: CK_USER_TYPE userType)
498 public native void C_Login(long hSession, long userType, char[] pPin) throws PKCS11Exception; argument
1527 public synchronized void C_Login(long hSession, long userType, char[] pPin) throws PKCS11Exception { argument
1528 super.C_Login(hSession, userType, pPin);

Completed in 29 milliseconds