Searched refs:CK_SLOT_INFO (Results 1 - 6 of 6) 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
H A DPKCS11.java274 public native CK_SLOT_INFO C_GetSlotInfo(long slotID) throws PKCS11Exception;
1499 public synchronized CK_SLOT_INFO C_GetSlotInfo(long slotID) throws PKCS11Exception {
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DToken.java234 CK_SLOT_INFO slotInfo =
H A DSunPKCS11.java363 CK_SLOT_INFO slotInfo = p11.C_GetSlotInfo(slotID);
790 private void initToken(CK_SLOT_INFO slotInfo) throws PKCS11Exception {
/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;
H A Dp11_general.c373 * Signature: (J)Lsun/security/pkcs11/wrapper/CK_SLOT_INFO;
383 CK_SLOT_INFO ckSlotInfo;
400 * converts a pointer to a CK_SLOT_INFO structure into a Java CK_SLOT_INFO
404 * @param ckpSlotInfo - the pointer to the CK_SLOT_INFO structure
405 * @return - the new Java CK_SLOT_INFO object
420 /* load CK_SLOT_INFO class */
424 /* load CK_SLOT_INFO constructor */
443 /* create new CK_SLOT_INFO object */

Completed in 483 milliseconds