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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_RSA_PKCS_OAEP_PARAMS.java53 * class CK_RSA_PKCS_OAEP_PARAMS provides the parameters to the
57 * typedef struct CK_RSA_PKCS_OAEP_PARAMS {
63 * } CK_RSA_PKCS_OAEP_PARAMS;
69 public class CK_RSA_PKCS_OAEP_PARAMS { class
108 * Returns the string representation of CK_RSA_PKCS_OAEP_PARAMS.
110 * @return the string representation of CK_RSA_PKCS_OAEP_PARAMS
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h1193 /* CK_RSA_PKCS_OAEP_PARAMS is new for v2.10.
1194 * CK_RSA_PKCS_OAEP_PARAMS provides the parameters to the
1196 typedef struct CK_RSA_PKCS_OAEP_PARAMS { struct
1202 } CK_RSA_PKCS_OAEP_PARAMS; typedef in typeref:struct:CK_RSA_PKCS_OAEP_PARAMS
1204 typedef CK_RSA_PKCS_OAEP_PARAMS CK_PTR CK_RSA_PKCS_OAEP_PARAMS_PTR;

Completed in 90 milliseconds