Home
last modified time | relevance | path

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

/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DSSLParametersImpl.java91 private String endpointIdentificationAlgorithm; field in SSLParametersImpl
181 this.endpointIdentificationAlgorithm = sslParams.endpointIdentificationAlgorithm; in SSLParametersImpl()
642 return endpointIdentificationAlgorithm; in getEndpointIdentificationAlgorithm()
645 void setEndpointIdentificationAlgorithm(String endpointIdentificationAlgorithm) { in setEndpointIdentificationAlgorithm() argument
646 this.endpointIdentificationAlgorithm = endpointIdentificationAlgorithm; in setEndpointIdentificationAlgorithm()
/external/conscrypt/common/src/main/java/org/conscrypt/
DSSLParametersImpl.java90 private String endpointIdentificationAlgorithm; field in SSLParametersImpl
181 this.endpointIdentificationAlgorithm = sslParams.endpointIdentificationAlgorithm; in SSLParametersImpl()
638 return endpointIdentificationAlgorithm; in getEndpointIdentificationAlgorithm()
641 void setEndpointIdentificationAlgorithm(String endpointIdentificationAlgorithm) { in setEndpointIdentificationAlgorithm() argument
642 this.endpointIdentificationAlgorithm = endpointIdentificationAlgorithm; in setEndpointIdentificationAlgorithm()
/external/conscrypt/repackaged/openjdk/src/main/java/com/android/org/conscrypt/
DPlatform.java294 SSLParameters params, String endpointIdentificationAlgorithm) { in setEndpointIdentificationAlgorithm() argument
295 params.setEndpointIdentificationAlgorithm(endpointIdentificationAlgorithm); in setEndpointIdentificationAlgorithm()
/external/conscrypt/openjdk/src/main/java/org/conscrypt/
DPlatform.java293 SSLParameters params, String endpointIdentificationAlgorithm) { in setEndpointIdentificationAlgorithm() argument
294 params.setEndpointIdentificationAlgorithm(endpointIdentificationAlgorithm); in setEndpointIdentificationAlgorithm()
/external/conscrypt/android/src/main/java/org/conscrypt/
DPlatform.java383 SSLParameters params, String endpointIdentificationAlgorithm) { in setEndpointIdentificationAlgorithm() argument