< prev index next >

src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/PKCS11Constants.java

Print this page

        

*** 623,632 **** --- 623,640 ---- /* CKM_PKCS5_PBKD2 is new for v2.10 */ public static final long CKM_PKCS5_PBKD2 = 0x000003B0L; public static final long CKM_PBA_SHA1_WITH_SHA1_HMAC = 0x000003C0L; + + /* CKM_TLS12_MASTER_KEY_DERIVE, CKM_TLS12_KEY_AND_MAC_DERIVE, + * CKM_TLS12_MASTER_KEY_DERIVE_DH and CKM_TLS_MAC are new for v2.40 */ + public static final long CKM_TLS12_MASTER_KEY_DERIVE = 0x000003E0L; + public static final long CKM_TLS12_KEY_AND_MAC_DERIVE = 0x000003E1L; + public static final long CKM_TLS12_MASTER_KEY_DERIVE_DH = 0x000003E2L; + public static final long CKM_TLS_MAC = 0x000003E4L; + public static final long CKM_KEY_WRAP_LYNKS = 0x00000400L; public static final long CKM_KEY_WRAP_SET_OAEP = 0x00000401L; /* Fortezza mechanisms */ public static final long CKM_SKIPJACK_KEY_GEN = 0x00001000L;
< prev index next >