Home
last modified time | relevance | path

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

/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeCrypto.java618 private static final String SUPPORTED_PROTOCOL_TLSV1 = "TLSv1"; field in NativeCrypto
818 SUPPORTED_PROTOCOL_TLSV1,
825 SUPPORTED_PROTOCOL_TLSV1,
832 SUPPORTED_PROTOCOL_TLSV1,
852 if (protocol.equals(SUPPORTED_PROTOCOL_TLSV1)) { in setEnabledProtocols()
883 if (!protocol.equals(SUPPORTED_PROTOCOL_TLSV1) in checkEnabledProtocols()