@@ -18,42 +18,6 @@ public enum class TlsCipherPreference(public val value: Int) {
1818 */
1919 SYSTEM_DEFAULT (0 ),
2020
21- /* *
22- * This cipher preference is no longer supported. Use PQ_TLSV1_2_2024_10 instead.
23- */
24- @Deprecated(" This cipher preference is no longer supported. Use PQ_TLSV1_2_2024_10 instead." )
25- KMS_PQ_TLS_V1_0_2019_06 (1 ),
26-
27- /* *
28- * This cipher preference is no longer supported. Use PQ_TLSV1_2_2024_10 instead.
29- */
30- @Deprecated(" This cipher preference is no longer supported. Use PQ_TLSV1_2_2024_10 instead." )
31- KMS_PQ_SIKE_TLS_V1_0_2019_11 (2 ),
32-
33- /* *
34- * This cipher preference is no longer supported. Use PQ_TLSV1_2_2024_10 instead.
35- */
36- @Deprecated(" This cipher preference is no longer supported. Use PQ_TLSV1_2_2024_10 instead." )
37- KMS_PQ_TLS_V1_0_2020_02 (3 ),
38-
39- /* *
40- * This cipher preference is no longer supported. Use PQ_TLSV1_2_2024_10 instead.
41- */
42- @Deprecated(" This cipher preference is no longer supported. Use PQ_TLSV1_2_2024_10 instead." )
43- KMS_PQ_SIKE_TLS_V1_0_2020_02 (4 ),
44-
45- /* *
46- * This cipher preference is no longer supported. Use PQ_TLSV1_2_2024_10 instead.
47- */
48- @Deprecated(" This cipher preference is no longer supported. Use PQ_TLSV1_2_2024_10 instead." )
49- KMS_PQ_TLS_V1_0_2020_07 (5 ),
50-
51- /* *
52- * This cipher preference is no longer supported. Use PQ_TLSV1_2_2024_10 instead.
53- */
54- @Deprecated(" This cipher preference is no longer supported. Use PQ_TLSV1_2_2024_10 instead." )
55- PQ_TLS_V1_0_2021_05 (6 ),
56-
5721 /* *
5822 * This TLS cipher preference list contains post-quantum key exchange algorithms that have been standardized by
5923 * NIST. PQ algorithms in this preference list will be used in hybrid mode, and always combined with a classical
0 commit comments