Home
last modified time | relevance | path

Searched refs:SUPPORTED_PROTOCOL_TLSV1_2 (Results 1 – 1 of 1) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeCrypto.java620 private static final String SUPPORTED_PROTOCOL_TLSV1_2 = "TLSv1.2"; field in NativeCrypto
820 SUPPORTED_PROTOCOL_TLSV1_2,
827 SUPPORTED_PROTOCOL_TLSV1_2,
834 SUPPORTED_PROTOCOL_TLSV1_2,
858 } else if (protocol.equals(SUPPORTED_PROTOCOL_TLSV1_2)) { in setEnabledProtocols()
885 && !protocol.equals(SUPPORTED_PROTOCOL_TLSV1_2) in checkEnabledProtocols()