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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_MECHANISM_INFO.java53 * class CK_MECHANISM_INFO provides information about a particular mechanism.
57 * typedef struct CK_MECHANISM_INFO {  
61 * } CK_MECHANISM_INFO;
67 public class CK_MECHANISM_INFO { class
93 public CK_MECHANISM_INFO(long minKeySize, long maxKeySize, method in class:CK_MECHANISM_INFO
101 * Returns the string representation of CK_MECHANISM_INFO.
103 * @return the string representation of CK_MECHANISM_INFO
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h910 /* CK_MECHANISM_INFO provides information about a particular
912 typedef struct CK_MECHANISM_INFO { struct
916 } CK_MECHANISM_INFO; typedef in typeref:struct:CK_MECHANISM_INFO
953 typedef CK_MECHANISM_INFO CK_PTR CK_MECHANISM_INFO_PTR;

Completed in 52 milliseconds