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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java432 * C_GetSessionInfo obtains information about the session.
443 public native CK_SESSION_INFO C_GetSessionInfo(long hSession) throws PKCS11Exception; method in class:PKCS11
1523 public synchronized CK_SESSION_INFO C_GetSessionInfo(long hSession) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1524 return super.C_GetSessionInfo(hSession);

Completed in 650 milliseconds