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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_INFO.java60 * CK_UTF8CHAR libraryDescription[32];  
99 /* libraryDescription and libraryVersion are new for v2.0 */
105 * CK_UTF8CHAR libraryDescription[32];
108 public char[] libraryDescription; field in class:CK_INFO
124 this.libraryDescription = libDesc;
152 buffer.append("libraryDescription: ");
153 buffer.append(new String(libraryDescription));
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h97 /* libraryDescription and libraryVersion are new for v2.0 */
98 CK_UTF8CHAR libraryDescription[32]; /* blank padded */ member in struct:CK_INFO

Completed in 39 milliseconds