Searched refs:userType (Results 1 - 2 of 2) 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);
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11f.h241 CK_USER_TYPE userType, /* the user type */

Completed in 37 milliseconds