Searched refs:getChannelId (Results 1 - 15 of 15) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
H A DConscrypt.java308 public static byte[] getChannelId(SSLSocket socket) throws SSLException { method in class:Conscrypt.Sockets
309 return toConscrypt(socket).getChannelId();
440 public static byte[] getChannelId(SSLEngine engine) throws SSLException { method in class:Conscrypt.Engines
441 return toConscrypt(engine).getChannelId();
H A DOpenSSLSocketImpl.java108 public abstract byte[] getChannelId() throws SSLException; method in class:OpenSSLSocketImpl
H A DConscryptEngineSocket.java311 public byte[] getChannelId() throws SSLException { method in class:ConscryptEngineSocket
312 return engine.getChannelId();
H A DAbstractConscryptSocket.java603 abstract byte[] getChannelId() throws SSLException; method in class:AbstractConscryptSocket
H A DConscryptFileDescriptorSocket.java774 public byte[] getChannelId() throws SSLException { method in class:ConscryptFileDescriptorSocket
H A DConscryptEngine.java250 byte[] getChannelId() throws SSLException { method in class:ConscryptEngine
/external/conscrypt/android-stub/src/main/java/com/android/org/conscrypt/
H A DOpenSSLSocketImpl.java179 public byte[] getChannelId() throws SSLException { method in class:OpenSSLSocketImpl
/external/conscrypt/android-stub/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DOpenSSLSocketImpl.java180 public byte[] getChannelId() throws SSLException { method in class:OpenSSLSocketImpl
/external/conscrypt/android/src/main/java/org/conscrypt/
H A DKitKatPlatformOpenSSLSocketImplAdapter.java411 public byte[] getChannelId() throws SSLException { method in class:KitKatPlatformOpenSSLSocketImplAdapter
412 return delegate.getChannelId();
H A DPreKitKatPlatformOpenSSLSocketImplAdapter.java411 public byte[] getChannelId() throws SSLException { method in class:PreKitKatPlatformOpenSSLSocketImplAdapter
412 return delegate.getChannelId();
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
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 1716 milliseconds