Home
last modified time | relevance | path

Searched defs:setUseSessionTickets (Results 76 – 100 of 370) sorted by relevance

12345678910>>...15

/aosp_15_r20/prebuilts/module_sdk/conscrypt/1/sdk_library/public/
Dconscrypt.module.intra.core.api-stubs.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/prebuilts/module_sdk/conscrypt/3/sdk_library/public/
Dconscrypt.module.intra.core.api-stubs.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/prebuilts/module_sdk/conscrypt/current/sdk_library/public/conscrypt.module.public.api_stub_sources/android/net/ssl/
DSSLEngines.java51 public static void setUseSessionTickets(@android.annotation.NonNull javax.net.ssl.SSLEngine engine,… in setUseSessionTickets() method in SSLEngines
DSSLSockets.java51 public static void setUseSessionTickets(@android.annotation.NonNull javax.net.ssl.SSLSocket socket,… in setUseSessionTickets() method in SSLSockets
/aosp_15_r20/prebuilts/module_sdk/conscrypt/current/sdk_library/public/conscrypt.module.intra.core.api_stub_sources/android/net/ssl/
DSSLEngines.java51 public static void setUseSessionTickets(javax.net.ssl.SSLEngine engine, boolean useSessionTickets) … in setUseSessionTickets() method in SSLEngines
DSSLSockets.java51 public static void setUseSessionTickets(javax.net.ssl.SSLSocket socket, boolean useSessionTickets) … in setUseSessionTickets() method in SSLSockets
/aosp_15_r20/external/conscrypt/publicapi/src/main/java/android/net/ssl/
H A DSSLSockets.java56 public static void setUseSessionTickets(@NonNull SSLSocket socket, boolean useSessionTickets) { in setUseSessionTickets() method in SSLSockets
H A DSSLEngines.java56 public static void setUseSessionTickets(@NonNull SSLEngine engine, boolean useSessionTickets) { in setUseSessionTickets() method in SSLEngines
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
H A DOpenSSLSocketImpl.java120 setUseSessionTickets(boolean useSessionTickets); field in OpenSSLSocketImpl
H A DAbstractConscryptEngine.java136 abstract void setUseSessionTickets(boolean useSessionTickets); in setUseSessionTickets() method in AbstractConscryptEngine
H A DJava8EngineWrapper.java274 void setUseSessionTickets(boolean useSessionTickets) { in setUseSessionTickets() method in Java8EngineWrapper
H A DAbstractConscryptSocket.java639 setUseSessionTickets(boolean useSessionTickets); field in AbstractConscryptSocket
H A DSSLParametersImpl.java402 void setUseSessionTickets(boolean useSessionTickets) { in setUseSessionTickets() method in SSLParametersImpl
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLSocketImpl.java100 public abstract void setUseSessionTickets(boolean useSessionTickets); in setUseSessionTickets() method in OpenSSLSocketImpl
H A DAbstractConscryptEngine.java135 abstract void setUseSessionTickets(boolean useSessionTickets); in setUseSessionTickets() method in AbstractConscryptEngine
H A DJava8EngineWrapper.java273 void setUseSessionTickets(boolean useSessionTickets) { in setUseSessionTickets() method in Java8EngineWrapper
H A DAbstractConscryptSocket.java625 abstract void setUseSessionTickets(boolean useSessionTickets); in setUseSessionTickets() method in AbstractConscryptSocket
H A DSSLParametersImpl.java397 void setUseSessionTickets(boolean useSessionTickets) { in setUseSessionTickets() method in SSLParametersImpl
/aosp_15_r20/external/okhttp/android/src/test/java/com/squareup/okhttp/internal/
H A DPlatformTest.java129 public void setUseSessionTickets(boolean useSessionTickets) { in setUseSessionTickets() method in PlatformTest.FullOpenSSLSocketImpl
/aosp_15_r20/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/
H A DOkHttpProtocolNegotiatorTest.java212 public void setUseSessionTickets(boolean arg) {} in setUseSessionTickets() method in OkHttpProtocolNegotiatorTest.FakeAndroidSslSocket
/aosp_15_r20/prebuilts/module_sdk/conscrypt/current/sdk_library/public/conscrypt.module.platform.api_stub_sources/com/android/org/conscrypt/
DOpenSSLSocketImpl.java43 public abstract void setUseSessionTickets(boolean useSessionTickets); in setUseSessionTickets() method in OpenSSLSocketImpl
/aosp_15_r20/external/conscrypt/android-stub/src/main/java/com/android/org/conscrypt/
H A DOpenSSLSocketImpl.java167 public void setUseSessionTickets(boolean useSessionTickets) { in setUseSessionTickets() method in OpenSSLSocketImpl
/aosp_15_r20/frameworks/base/core/java/android/net/
H A DSSLCertificateSocketFactory.java440 public void setUseSessionTickets(Socket socket, boolean useSessionTickets) { in setUseSessionTickets() method in SSLCertificateSocketFactory
/aosp_15_r20/external/conscrypt/android/src/main/java/org/conscrypt/
H A DKitKatPlatformOpenSSLSocketImplAdapter.java397 public void setUseSessionTickets(boolean useSessionTickets) { in setUseSessionTickets() method in KitKatPlatformOpenSSLSocketImplAdapter
/aosp_15_r20/external/conscrypt/testing/src/main/java/org/conscrypt/
H A DTestUtils.java416 public static void setUseSessionTickets(SSLSocket socket, boolean useTickets) { in setUseSessionTickets() method in TestUtils

12345678910>>...15