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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java502 * C_Logout logs a user out from a token.
511 public native void C_Logout(long hSession) throws PKCS11Exception; method in class:PKCS11
1531 public synchronized void C_Logout(long hSession) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1532 super.C_Logout(hSession);

Completed in 36 milliseconds