Searched refs:PROVIDER_PROPERTY (Results 1 – 2 of 2) sorted by relevance
53 public static final String PROVIDER_PROPERTY = "SSLContext.TLSv1.2"; field in TestUtils62 if (p.get(PROVIDER_PROPERTY) != null) { in getDefaultTlsProvider()66 throw new RuntimeException("Unable to find a default provider for " + PROVIDER_PROPERTY); in getDefaultTlsProvider()
620 if (p.get(TestUtils.PROVIDER_PROPERTY) != null) { in test_SSLContext_SSLv3Unsupported()