Home
last modified time | relevance | path

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

/external/conscrypt/src/main/java/org/conscrypt/
DSSLParametersImpl.java105 private String endpointIdentificationAlgorithm; field in SSLParametersImpl
965 return endpointIdentificationAlgorithm; in getEndpointIdentificationAlgorithm()
968 public void setEndpointIdentificationAlgorithm(String endpointIdentificationAlgorithm) { in setEndpointIdentificationAlgorithm() argument
969 this.endpointIdentificationAlgorithm = endpointIdentificationAlgorithm; in setEndpointIdentificationAlgorithm()
/external/conscrypt/src/openjdk/java/org/conscrypt/
DPlatform.java144 String endpointIdentificationAlgorithm) { in setEndpointIdentificationAlgorithm() argument
145 params.setEndpointIdentificationAlgorithm(endpointIdentificationAlgorithm); in setEndpointIdentificationAlgorithm()
/external/conscrypt/src/compat/java/org/conscrypt/
DPlatform.java175 String endpointIdentificationAlgorithm) { in setEndpointIdentificationAlgorithm() argument