Home
last modified time | relevance | path

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

/external/conscrypt/src/main/java/org/conscrypt/
DNativeCrypto.java580 private static final String SUPPORTED_PROTOCOL_TLSV1_2 = "TLSv1.2"; field in NativeCrypto
848 SUPPORTED_PROTOCOL_TLSV1_2,
855 SUPPORTED_PROTOCOL_TLSV1_2,
862 SUPPORTED_PROTOCOL_TLSV1_2,
870 SUPPORTED_PROTOCOL_TLSV1_2,
879 SUPPORTED_PROTOCOL_TLSV1_2, in getSupportedProtocols()
901 } else if (protocol.equals(SUPPORTED_PROTOCOL_TLSV1_2)) { in setEnabledProtocols()
926 && (!protocol.equals(SUPPORTED_PROTOCOL_TLSV1_2))) { in checkEnabledProtocols()