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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_SLOT_INFO.java53 * class CK_SLOT_INFO provides information about a slot.<p>
56 * typedef struct CK_SLOT_INFO {&nbsp;&nbsp;
62 * } CK_SLOT_INFO;
68 public class CK_SLOT_INFO { class
118 public CK_SLOT_INFO(char[] slotDesc, char[] vendor, method in class:CK_SLOT_INFO
128 * Returns the string representation of CK_SLOT_INFO.
130 * @return the string representation of CK_SLOT_INFO
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h118 /* CK_SLOT_INFO provides information about a slot */
119 typedef struct CK_SLOT_INFO { struct
129 } CK_SLOT_INFO; typedef in typeref:struct:CK_SLOT_INFO
138 typedef CK_SLOT_INFO CK_PTR CK_SLOT_INFO_PTR;

Completed in 47 milliseconds