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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java485 * C_Login logs a user into a token.
498 public native void C_Login(long hSession, long userType, char[] pPin) throws PKCS11Exception; method in class:PKCS11
1527 public synchronized void C_Login(long hSession, long userType, char[] pPin) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1528 super.C_Login(hSession, userType, pPin);

Completed in 36 milliseconds