/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | Conscrypt.java | 390 public static void setChannelIdPrivateKey(SSLSocket socket, PrivateKey privateKey) { in setChannelIdPrivateKey() method in Conscrypt 391 toConscrypt(socket).setChannelIdPrivateKey(privateKey); in setChannelIdPrivateKey() 590 public static void setChannelIdPrivateKey(SSLEngine engine, PrivateKey privateKey) { in setChannelIdPrivateKey() method in Conscrypt 591 toConscrypt(engine).setChannelIdPrivateKey(privateKey); in setChannelIdPrivateKey()
|
D | Java8EngineWrapper.java | 90 void setChannelIdPrivateKey(PrivateKey privateKey) { in setChannelIdPrivateKey() method in Java8EngineWrapper 91 delegate.setChannelIdPrivateKey(privateKey); in setChannelIdPrivateKey()
|
D | AbstractConscryptEngine.java | 71 abstract void setChannelIdPrivateKey(PrivateKey privateKey); in setChannelIdPrivateKey() method in AbstractConscryptEngine
|
D | OpenSSLSocketImpl.java | 109 public abstract void setChannelIdPrivateKey(PrivateKey privateKey); in setChannelIdPrivateKey() method in OpenSSLSocketImpl
|
D | ConscryptEngineSocket.java | 379 public final void setChannelIdPrivateKey(PrivateKey privateKey) { 380 engine.setChannelIdPrivateKey(privateKey);
|
D | AbstractConscryptSocket.java | 660 abstract void setChannelIdPrivateKey(PrivateKey privateKey); in setChannelIdPrivateKey() method in AbstractConscryptSocket
|
D | ConscryptFileDescriptorSocket.java | 832 public final void setChannelIdPrivateKey(PrivateKey privateKey) {
|
D | ConscryptEngine.java | 306 void setChannelIdPrivateKey(PrivateKey privateKey) { in setChannelIdPrivateKey() method in ConscryptEngine
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | Conscrypt.java | 400 public static void setChannelIdPrivateKey(SSLSocket socket, PrivateKey privateKey) { in setChannelIdPrivateKey() method in Conscrypt 401 toConscrypt(socket).setChannelIdPrivateKey(privateKey); in setChannelIdPrivateKey() 600 public static void setChannelIdPrivateKey(SSLEngine engine, PrivateKey privateKey) { in setChannelIdPrivateKey() method in Conscrypt 601 toConscrypt(engine).setChannelIdPrivateKey(privateKey); in setChannelIdPrivateKey()
|
D | Java8EngineWrapper.java | 91 void setChannelIdPrivateKey(PrivateKey privateKey) { in setChannelIdPrivateKey() method in Java8EngineWrapper 92 delegate.setChannelIdPrivateKey(privateKey); in setChannelIdPrivateKey()
|
D | AbstractConscryptEngine.java | 72 abstract void setChannelIdPrivateKey(PrivateKey privateKey); in setChannelIdPrivateKey() method in AbstractConscryptEngine
|
D | OpenSSLSocketImpl.java | 127 public abstract void setChannelIdPrivateKey(PrivateKey privateKey); in setChannelIdPrivateKey() method in OpenSSLSocketImpl
|
D | ConscryptEngineSocket.java | 387 public final void setChannelIdPrivateKey(PrivateKey privateKey) { 388 engine.setChannelIdPrivateKey(privateKey);
|
D | AbstractConscryptSocket.java | 671 abstract void setChannelIdPrivateKey(PrivateKey privateKey); in setChannelIdPrivateKey() method in AbstractConscryptSocket
|
D | ConscryptFileDescriptorSocket.java | 835 public final void setChannelIdPrivateKey(PrivateKey privateKey) {
|
D | ConscryptEngine.java | 307 void setChannelIdPrivateKey(PrivateKey privateKey) { in setChannelIdPrivateKey() method in ConscryptEngine
|
/external/conscrypt/android/src/main/java/org/conscrypt/ |
D | PreKitKatPlatformOpenSSLSocketImplAdapter.java | 416 public void setChannelIdPrivateKey(PrivateKey privateKey) { in setChannelIdPrivateKey() method in PreKitKatPlatformOpenSSLSocketImplAdapter 417 delegate.setChannelIdPrivateKey(privateKey); in setChannelIdPrivateKey()
|
D | KitKatPlatformOpenSSLSocketImplAdapter.java | 416 public void setChannelIdPrivateKey(PrivateKey privateKey) { in setChannelIdPrivateKey() method in KitKatPlatformOpenSSLSocketImplAdapter 417 delegate.setChannelIdPrivateKey(privateKey); in setChannelIdPrivateKey()
|
/external/conscrypt/android-stub/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
D | OpenSSLSocketImpl.java | 184 public void setChannelIdPrivateKey(PrivateKey privateKey) { in setChannelIdPrivateKey() method in OpenSSLSocketImpl
|
/external/conscrypt/android-stub/src/main/java/com/android/org/conscrypt/ |
D | OpenSSLSocketImpl.java | 183 public void setChannelIdPrivateKey(PrivateKey privateKey) { in setChannelIdPrivateKey() method in OpenSSLSocketImpl
|
/external/conscrypt/srcgen/ |
D | core-platform-api.txt | 8 method:com.android.org.conscrypt.OpenSSLSocketImpl#setChannelIdPrivateKey(PrivateKey)
|