OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getEndpointIdentificationAlgorithm
(Results
1 - 15
of
15
) sorted by null
/external/conscrypt/openjdk/src/main/java/org/conscrypt/
Java8PlatformUtil.java
35
impl.setEndpointIdentificationAlgorithm(params.
getEndpointIdentificationAlgorithm
());
51
params.setEndpointIdentificationAlgorithm(impl.
getEndpointIdentificationAlgorithm
());
61
impl.setEndpointIdentificationAlgorithm(params.
getEndpointIdentificationAlgorithm
());
76
params.setEndpointIdentificationAlgorithm(impl.
getEndpointIdentificationAlgorithm
());
Platform.java
243
impl.setEndpointIdentificationAlgorithm(params.
getEndpointIdentificationAlgorithm
());
254
params.setEndpointIdentificationAlgorithm(impl.
getEndpointIdentificationAlgorithm
());
265
impl.setEndpointIdentificationAlgorithm(params.
getEndpointIdentificationAlgorithm
());
276
params.setEndpointIdentificationAlgorithm(impl.
getEndpointIdentificationAlgorithm
());
287
static String
getEndpointIdentificationAlgorithm
(SSLParameters params) {
288
return params.
getEndpointIdentificationAlgorithm
();
/external/conscrypt/repackaged/openjdk/src/main/java/com/android/org/conscrypt/
Java8PlatformUtil.java
36
impl.setEndpointIdentificationAlgorithm(params.
getEndpointIdentificationAlgorithm
());
52
params.setEndpointIdentificationAlgorithm(impl.
getEndpointIdentificationAlgorithm
());
62
impl.setEndpointIdentificationAlgorithm(params.
getEndpointIdentificationAlgorithm
());
77
params.setEndpointIdentificationAlgorithm(impl.
getEndpointIdentificationAlgorithm
());
Platform.java
244
impl.setEndpointIdentificationAlgorithm(params.
getEndpointIdentificationAlgorithm
());
255
params.setEndpointIdentificationAlgorithm(impl.
getEndpointIdentificationAlgorithm
());
266
impl.setEndpointIdentificationAlgorithm(params.
getEndpointIdentificationAlgorithm
());
277
params.setEndpointIdentificationAlgorithm(impl.
getEndpointIdentificationAlgorithm
());
288
static String
getEndpointIdentificationAlgorithm
(SSLParameters params) {
289
return params.
getEndpointIdentificationAlgorithm
();
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
PlatformTest.java
83
assertEquals("ABC", impl.
getEndpointIdentificationAlgorithm
());
105
assertEquals("ABC", params.
getEndpointIdentificationAlgorithm
());
129
assertEquals("ABC", impl.
getEndpointIdentificationAlgorithm
());
151
assertEquals("ABC", params.
getEndpointIdentificationAlgorithm
());
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
PlatformTest.java
85
assertEquals("ABC", impl.
getEndpointIdentificationAlgorithm
());
107
assertEquals("ABC", params.
getEndpointIdentificationAlgorithm
());
131
assertEquals("ABC", impl.
getEndpointIdentificationAlgorithm
());
153
assertEquals("ABC", params.
getEndpointIdentificationAlgorithm
());
/external/conscrypt/platform/src/main/java/org/conscrypt/
Platform.java
132
impl.setEndpointIdentificationAlgorithm(params.
getEndpointIdentificationAlgorithm
());
148
params.setEndpointIdentificationAlgorithm(impl.
getEndpointIdentificationAlgorithm
());
159
impl.setEndpointIdentificationAlgorithm(params.
getEndpointIdentificationAlgorithm
());
175
params.setEndpointIdentificationAlgorithm(impl.
getEndpointIdentificationAlgorithm
());
/external/conscrypt/repackaged/platform/src/main/java/com/android/org/conscrypt/
Platform.java
133
impl.setEndpointIdentificationAlgorithm(params.
getEndpointIdentificationAlgorithm
());
149
params.setEndpointIdentificationAlgorithm(impl.
getEndpointIdentificationAlgorithm
());
160
impl.setEndpointIdentificationAlgorithm(params.
getEndpointIdentificationAlgorithm
());
176
params.setEndpointIdentificationAlgorithm(impl.
getEndpointIdentificationAlgorithm
());
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
SSLSocketTest.java
612
assertNull(p.
getEndpointIdentificationAlgorithm
());
614
assertNull(p.
getEndpointIdentificationAlgorithm
());
616
assertEquals("HTTPS", p.
getEndpointIdentificationAlgorithm
());
618
assertEquals("FOO", p.
getEndpointIdentificationAlgorithm
());
[
all
...]
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/net/ssl/
SSLSocketTest.java
621
assertNull(p.
getEndpointIdentificationAlgorithm
());
623
assertNull(p.
getEndpointIdentificationAlgorithm
());
625
assertEquals("HTTPS", p.
getEndpointIdentificationAlgorithm
());
627
assertEquals("FOO", p.
getEndpointIdentificationAlgorithm
());
[
all
...]
/external/conscrypt/common/src/main/java/org/conscrypt/
SSLParametersImpl.java
622
String
getEndpointIdentificationAlgorithm
() {
TrustManagerImpl.java
404
String identificationAlgorithm = parameters.
getEndpointIdentificationAlgorithm
();
[
all
...]
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
SSLParametersImpl.java
628
String
getEndpointIdentificationAlgorithm
() {
TrustManagerImpl.java
418
String identificationAlgorithm = parameters.
getEndpointIdentificationAlgorithm
();
[
all
...]
/external/conscrypt/android/src/main/java/org/conscrypt/
Platform.java
225
params.getClass().getMethod("
getEndpointIdentificationAlgorithm
");
291
params, impl.
getEndpointIdentificationAlgorithm
());
370
public static String
getEndpointIdentificationAlgorithm
(SSLParameters params) {
[
all
...]
Completed in 1275 milliseconds