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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11KeyStore.java122 // If multiple certs are found to share the same CKA_LABEL
140 * all sharing the same CKA_LABEL. These must be resolved
143 * In addition, private keys and certs may not have a CKA_LABEL.
149 * Furthermore, secret keys are assumed to have a CKA_LABEL
161 // CKA_LABEL of cert and secret key
1103 // set new CKA_LABEL/CKA_ID
1417 * existing cert (only update CKA_ID/CKA_LABEL).
1431 // NSS does not allow resetting of CKA_LABEL on an existing cert
1468 new CK_ATTRIBUTE(CKA_LABEL, alias),
1566 attrList.add(new CK_ATTRIBUTE(CKA_LABEL, alia
[all...]
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java838 addAttribute(CKA_LABEL, "CKA_LABEL");
H A DPKCS11Constants.java331 public static final long CKA_LABEL = 0x00000003L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h428 #define CKA_LABEL 0x00000003 macro
H A Dp11_convert.c886 case CKA_LABEL:

Completed in 273 milliseconds