Searched refs:CKK_ECDSA (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Constants.java274 /* CKK_ECDSA and CKK_KEA are new for v2.0 */
275 /* CKK_ECDSA is deprecated in v2.11, CKK_EC is preferred. */
276 public static final long CKK_ECDSA = 0x00000003L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h364 /* CKK_ECDSA and CKK_KEA are new for v2.0 */
365 /* CKK_ECDSA is deprecated in v2.11, CKK_EC is preferred. */
366 #define CKK_ECDSA 0x00000003 macro

Completed in 45 milliseconds