Searched refs:CKA_PUBLIC_EXPONENT (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11RSAKeyFactory.java196 new CK_ATTRIBUTE(CKA_PUBLIC_EXPONENT, e),
242 new CK_ATTRIBUTE(CKA_PUBLIC_EXPONENT, e),
269 new CK_ATTRIBUTE(CKA_PUBLIC_EXPONENT),
289 new CK_ATTRIBUTE(CKA_PUBLIC_EXPONENT),
H A DP11KeyPairGenerator.java239 new CK_ATTRIBUTE(CKA_PUBLIC_EXPONENT, rsaPublicExponent),
H A DP11Key.java342 new CK_ATTRIBUTE(CKA_PUBLIC_EXPONENT),
474 new CK_ATTRIBUTE(CKA_PUBLIC_EXPONENT),
645 new CK_ATTRIBUTE(CKA_PUBLIC_EXPONENT),
H A DP11KeyStore.java1852 new CK_ATTRIBUTE(CKA_PUBLIC_EXPONENT,
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java866 addAttribute(CKA_PUBLIC_EXPONENT, "CKA_PUBLIC_EXPONENT");
H A DPKCS11Constants.java368 public static final long CKA_PUBLIC_EXPONENT = 0x00000122L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h474 #define CKA_PUBLIC_EXPONENT 0x00000122 macro
H A Dp11_convert.c899 case CKA_PUBLIC_EXPONENT:

Completed in 81 milliseconds