Searched refs:getEndpointIdentificationAlgorithm (Results 1 – 5 of 5) sorted by relevance
107 impl.setEndpointIdentificationAlgorithm(params.getEndpointIdentificationAlgorithm()); in setSSLParameters()122 params.setEndpointIdentificationAlgorithm(impl.getEndpointIdentificationAlgorithm()); in getSSLParameters()148 public static String getEndpointIdentificationAlgorithm(SSLParameters params) { in getEndpointIdentificationAlgorithm() method in Platform149 return params.getEndpointIdentificationAlgorithm(); in getEndpointIdentificationAlgorithm()
114 impl.setEndpointIdentificationAlgorithm(params.getEndpointIdentificationAlgorithm()); in setSSLParameters()129 params.setEndpointIdentificationAlgorithm(impl.getEndpointIdentificationAlgorithm()); in getSSLParameters()
366 String identificationAlgorithm = parameters.getEndpointIdentificationAlgorithm(); in checkTrusted()
179 public static String getEndpointIdentificationAlgorithm(SSLParameters params) { in getEndpointIdentificationAlgorithm() method in Platform
964 public String getEndpointIdentificationAlgorithm() { in getEndpointIdentificationAlgorithm() method in SSLParametersImpl