Searched refs:setChannelIdPrivateKey (Results 1 - 14 of 14) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
H A DConscrypt.java326 public static void setChannelIdPrivateKey(SSLSocket socket, PrivateKey privateKey) { method in class:Conscrypt.Sockets
327 toConscrypt(socket).setChannelIdPrivateKey(privateKey);
457 public static void setChannelIdPrivateKey(SSLEngine engine, PrivateKey privateKey) { method in class:Conscrypt.Engines
458 toConscrypt(engine).setChannelIdPrivateKey(privateKey);
H A DOpenSSLSocketImpl.java111 public abstract void setChannelIdPrivateKey(PrivateKey privateKey); method in class:OpenSSLSocketImpl
H A DConscryptEngineSocket.java316 public void setChannelIdPrivateKey(PrivateKey privateKey) { method in class:ConscryptEngineSocket
317 engine.setChannelIdPrivateKey(privateKey);
H A DAbstractConscryptSocket.java617 abstract void setChannelIdPrivateKey(PrivateKey privateKey); method in class:AbstractConscryptSocket
H A DConscryptFileDescriptorSocket.java801 public void setChannelIdPrivateKey(PrivateKey privateKey) { method in class:ConscryptFileDescriptorSocket
H A DConscryptEngine.java276 void setChannelIdPrivateKey(PrivateKey privateKey) { method in class:ConscryptEngine
/external/conscrypt/android-stub/src/main/java/com/android/org/conscrypt/
H A DOpenSSLSocketImpl.java183 public void setChannelIdPrivateKey(PrivateKey privateKey) { method in class:OpenSSLSocketImpl
/external/conscrypt/android-stub/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DOpenSSLSocketImpl.java184 public void setChannelIdPrivateKey(PrivateKey privateKey) { method in class:OpenSSLSocketImpl
/external/conscrypt/android/src/main/java/org/conscrypt/
H A DKitKatPlatformOpenSSLSocketImplAdapter.java416 public void setChannelIdPrivateKey(PrivateKey privateKey) { method in class:KitKatPlatformOpenSSLSocketImplAdapter
417 delegate.setChannelIdPrivateKey(privateKey);
H A DPreKitKatPlatformOpenSSLSocketImplAdapter.java416 public void setChannelIdPrivateKey(PrivateKey privateKey) { method in class:PreKitKatPlatformOpenSSLSocketImplAdapter
417 delegate.setChannelIdPrivateKey(privateKey);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 2681 milliseconds