Searched refs:CKA_TRUSTED (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java848 addAttribute(CKA_TRUSTED, "CKA_TRUSTED");
H A DPKCS11Constants.java348 /* CKA_TRUSTED is new for v2.11 */
349 public static final long CKA_TRUSTED = 0x00000086L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11KeyStore.java107 new CK_ATTRIBUTE(CKA_TRUSTED, true);
167 // CKA_TRUSTED - true if cert is trusted
2289 new CK_ATTRIBUTE(CKA_TRUSTED) };
2372 // get CKA_TRUSTED
2390 ("CKA_TRUSTED attribute not supported");
2530 * for each cert not matched with a private key but is CKA_TRUSTED:
2534 * if CKA_TRUSTED not supported, treat all certs not part of a chain
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h445 /* CKA_TRUSTED is new for v2.11 */
446 #define CKA_TRUSTED 0x00000086 macro
H A Dp11_convert.c881 case CKA_TRUSTED:

Completed in 62 milliseconds