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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_INFO.java61 * CK_VERSION libraryVersion;  
99 /* libraryDescription and libraryVersion are new for v2.0 */
114 * CK_VERSION libraryVersion;
117 public CK_VERSION libraryVersion; field in class:CK_INFO
125 this.libraryVersion = libVer;
157 buffer.append("libraryVersion: ");
158 buffer.append(libraryVersion.toString());
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h97 /* libraryDescription and libraryVersion are new for v2.0 */
99 CK_VERSION libraryVersion; /* version of library */ member in struct:CK_INFO

Completed in 1326 milliseconds