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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_SLOT_INFO.java57 * CK_UTF8CHAR slotDescription[64];  
70 /* slotDescription and manufacturerID have been changed from
77 * CK_UTF8CHAR slotDescription[64];
80 public char[] slotDescription; field in class:CK_SLOT_INFO
120 this.slotDescription = slotDesc;
136 buffer.append("slotDescription: ");
137 buffer.append(new String(slotDescription));
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h120 /* slotDescription and manufacturerID have been changed from
122 CK_UTF8CHAR slotDescription[64]; /* blank padded */ member in struct:CK_SLOT_INFO

Completed in 1982 milliseconds