OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:endpointIdentificationAlgorithm
(Results
1 - 2
of
2
) sorted by null
/external/conscrypt/common/src/main/java/org/conscrypt/
SSLParametersImpl.java
87
private String
endpointIdentificationAlgorithm
;
175
this.
endpointIdentificationAlgorithm
= sslParams.
endpointIdentificationAlgorithm
;
623
return
endpointIdentificationAlgorithm
;
626
void setEndpointIdentificationAlgorithm(String
endpointIdentificationAlgorithm
) {
627
this.
endpointIdentificationAlgorithm
=
endpointIdentificationAlgorithm
;
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
SSLParametersImpl.java
89
private String
endpointIdentificationAlgorithm
;
176
this.
endpointIdentificationAlgorithm
= sslParams.
endpointIdentificationAlgorithm
;
629
return
endpointIdentificationAlgorithm
;
632
void setEndpointIdentificationAlgorithm(String
endpointIdentificationAlgorithm
) {
633
this.
endpointIdentificationAlgorithm
=
endpointIdentificationAlgorithm
;
Completed in 305 milliseconds