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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_SESSION_INFO.java53 * class CK_SESSION_INFO provides information about a session.<p>
56 * typedef struct CK_SESSION_INFO {&nbsp;&nbsp;
61 * } CK_SESSION_INFO;
67 public class CK_SESSION_INFO { class
103 public CK_SESSION_INFO(long slotID, long state, method in class:CK_SESSION_INFO
112 * Returns the string representation of CK_SESSION_INFO.
114 * @return the string representation of CK_SESSION_INFO
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h293 /* CK_SESSION_INFO provides information about a session */
294 typedef struct CK_SESSION_INFO { struct
302 } CK_SESSION_INFO; typedef in typeref:struct:CK_SESSION_INFO
310 typedef CK_SESSION_INFO CK_PTR CK_SESSION_INFO_PTR;

Completed in 258 milliseconds