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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_INFO.java53 * class CK_INFO provides general information about Cryptoki.<p>
56 * typedef struct CK_INFO {&nbsp;&nbsp;
62 * } CK_INFO;
68 public class CK_INFO { class
119 public CK_INFO(CK_VERSION cryptoVer, char[] vendor, long flags, method in class:CK_INFO
129 * Returns the string representation of CK_INFO.
131 * @return the string representation of CK_INFO
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h90 typedef struct CK_INFO { struct
100 } CK_INFO; typedef in typeref:struct:CK_INFO
102 typedef CK_INFO CK_PTR CK_INFO_PTR;

Completed in 56 milliseconds