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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11KeyStore.java145 * share the same CKA_ID, and that the CKA_ID is unique across the token.
146 * The CKA_ID may not be human-readable.
164 // CKA_ID of the private key/cert pair
176 // true if CKA_ID for private key and cert match up
1103 // set new CKA_LABEL/CKA_ID
1152 // XXX NSS does not write out the CKA_ID we pass to them
1405 * XXX On ibutton, when you C_SetAttribute(CKA_ID) for a private key
1406 * it not only changes the CKA_ID of the private key,
1407 * it changes the CKA_ID o
[all...]
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java851 addAttribute(CKA_ID, "CKA_ID");
H A DPKCS11Constants.java353 public static final long CKA_ID = 0x00000102L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h459 #define CKA_ID 0x00000102 macro
H A Dp11_convert.c842 case CKA_ID:

Completed in 58 milliseconds