Home
last modified time | relevance | path

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

/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeCrypto.java619 private static final String SUPPORTED_PROTOCOL_TLSV1_1 = "TLSv1.1"; field in NativeCrypto
819 SUPPORTED_PROTOCOL_TLSV1_1,
826 SUPPORTED_PROTOCOL_TLSV1_1,
833 SUPPORTED_PROTOCOL_TLSV1_1,
855 } else if (protocol.equals(SUPPORTED_PROTOCOL_TLSV1_1)) { in setEnabledProtocols()
884 && !protocol.equals(SUPPORTED_PROTOCOL_TLSV1_1) in checkEnabledProtocols()