Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/javax/net/ssl/
DSSLParameters.java266 public void setEndpointIdentificationAlgorithm(String algorithm) { in setEndpointIdentificationAlgorithm() method in SSLParameters
/libcore/luni/src/test/java/libcore/javax/net/ssl/
DSSLSocketTest.java1401 p.setEndpointIdentificationAlgorithm(null); in test_SSLSocket_getSSLParameters()
1403 p.setEndpointIdentificationAlgorithm("HTTPS"); in test_SSLSocket_getSSLParameters()
1405 p.setEndpointIdentificationAlgorithm("FOO"); in test_SSLSocket_getSSLParameters()
1595 p.setEndpointIdentificationAlgorithm("HTTPS"); in test_SSLSocket_endpointIdentification_Success()
1636 p.setEndpointIdentificationAlgorithm("HTTPS"); in test_SSLSocket_endpointIdentification_Failure()
DSSLEngineTest.java676 p.setEndpointIdentificationAlgorithm("HTTPS");