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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSecmod.java630 new CK_ATTRIBUTE(CKA_SERIAL_NUMBER, cert.getSerialNumber().toByteArray()),
H A DP11KeyStore.java1561 attrList.add(new CK_ATTRIBUTE(CKA_SERIAL_NUMBER,
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java844 addAttribute(CKA_SERIAL_NUMBER, "CKA_SERIAL_NUMBER");
H A DPKCS11Constants.java340 public static final long CKA_SERIAL_NUMBER = 0x00000082L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h437 #define CKA_SERIAL_NUMBER 0x00000082 macro
H A Dp11_convert.c844 case CKA_SERIAL_NUMBER:

Completed in 72 milliseconds