Home
last modified time | relevance | path

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

/external/conscrypt/libcore-stub/src/main/java/libcore/java/security/
DStandardNames.java983 private static void assertSupportedProtocols(Set<String> expected, String[] protocols) { in assertSupportedProtocols() method in StandardNames
992 public static void assertSupportedProtocols(String[] protocols) { in assertSupportedProtocols() method in StandardNames
993 assertSupportedProtocols(SSL_SOCKET_PROTOCOLS, protocols); in assertSupportedProtocols()
/external/conscrypt/testing/src/main/java/libcore/javax/net/ssl/
DSSLConfigurationAsserts.java58 StandardNames.assertSupportedProtocols(supportedParameters.getProtocols()); in assertSSLContextDefaultConfiguration()