Searched refs:CKA_SENSITIVE (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_ATTRIBUTE.java79 new CK_ATTRIBUTE(CKA_SENSITIVE, false);
H A DFunctions.java852 addAttribute(CKA_SENSITIVE, "CKA_SENSITIVE");
H A DPKCS11Constants.java354 public static final long CKA_SENSITIVE = 0x00000103L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Key.java107 } else if (attr.type == CKA_SENSITIVE) {
287 new CK_ATTRIBUTE(CKA_SENSITIVE),
297 new CK_ATTRIBUTE(CKA_SENSITIVE),
329 new CK_ATTRIBUTE(CKA_SENSITIVE),
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h460 #define CKA_SENSITIVE 0x00000103 macro
H A Dp11_convert.c872 case CKA_SENSITIVE:

Completed in 58 milliseconds