Searched refs:CK_INFO (Results 1 - 5 of 5) 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
H A DPKCS11.java239 public native CK_INFO C_GetInfo() throws PKCS11Exception;
1491 public synchronized CK_INFO C_GetInfo() throws PKCS11Exception {
/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;
H A Dp11_general.c244 * Signature: ()Lsun/security/pkcs11/wrapper/CK_INFO;
252 CK_INFO ckLibInfo;
267 * converts a pointer to a CK_INFO structure into a Java CK_INFO Object.
270 * @param ckpInfo - the pointer to the CK_INFO structure
271 * @return - the new Java CK_INFO object
284 /* load CK_INFO class */
288 /* load CK_INFO constructor */
307 /* create new CK_INFO object */
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSunPKCS11.java334 CK_INFO p11Info = p11.C_GetInfo();

Completed in 123 milliseconds