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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java405 * C_CloseSession closes a session between an application and a
415 public native void C_CloseSession(long hSession) throws PKCS11Exception; method in class:PKCS11
1519 public synchronized void C_CloseSession(long hSession) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1520 super.C_CloseSession(hSession);

Completed in 27 milliseconds