Home
last modified time | relevance | path

Searched refs:setChannelIdPrivateKey (Results 1 – 21 of 21) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DConscrypt.java390 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()
DJava8EngineWrapper.java90 void setChannelIdPrivateKey(PrivateKey privateKey) { in setChannelIdPrivateKey() method in Java8EngineWrapper
91 delegate.setChannelIdPrivateKey(privateKey); in setChannelIdPrivateKey()
DAbstractConscryptEngine.java71 abstract void setChannelIdPrivateKey(PrivateKey privateKey); in setChannelIdPrivateKey() method in AbstractConscryptEngine
DOpenSSLSocketImpl.java109 public abstract void setChannelIdPrivateKey(PrivateKey privateKey); in setChannelIdPrivateKey() method in OpenSSLSocketImpl
DConscryptEngineSocket.java379 public final void setChannelIdPrivateKey(PrivateKey privateKey) {
380 engine.setChannelIdPrivateKey(privateKey);
DAbstractConscryptSocket.java660 abstract void setChannelIdPrivateKey(PrivateKey privateKey); in setChannelIdPrivateKey() method in AbstractConscryptSocket
DConscryptFileDescriptorSocket.java832 public final void setChannelIdPrivateKey(PrivateKey privateKey) {
DConscryptEngine.java306 void setChannelIdPrivateKey(PrivateKey privateKey) { in setChannelIdPrivateKey() method in ConscryptEngine
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DConscrypt.java400 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()
DJava8EngineWrapper.java91 void setChannelIdPrivateKey(PrivateKey privateKey) { in setChannelIdPrivateKey() method in Java8EngineWrapper
92 delegate.setChannelIdPrivateKey(privateKey); in setChannelIdPrivateKey()
DAbstractConscryptEngine.java72 abstract void setChannelIdPrivateKey(PrivateKey privateKey); in setChannelIdPrivateKey() method in AbstractConscryptEngine
DOpenSSLSocketImpl.java127 public abstract void setChannelIdPrivateKey(PrivateKey privateKey); in setChannelIdPrivateKey() method in OpenSSLSocketImpl
DConscryptEngineSocket.java387 public final void setChannelIdPrivateKey(PrivateKey privateKey) {
388 engine.setChannelIdPrivateKey(privateKey);
DAbstractConscryptSocket.java671 abstract void setChannelIdPrivateKey(PrivateKey privateKey); in setChannelIdPrivateKey() method in AbstractConscryptSocket
DConscryptFileDescriptorSocket.java835 public final void setChannelIdPrivateKey(PrivateKey privateKey) {
DConscryptEngine.java307 void setChannelIdPrivateKey(PrivateKey privateKey) { in setChannelIdPrivateKey() method in ConscryptEngine
/external/conscrypt/android/src/main/java/org/conscrypt/
DPreKitKatPlatformOpenSSLSocketImplAdapter.java416 public void setChannelIdPrivateKey(PrivateKey privateKey) { in setChannelIdPrivateKey() method in PreKitKatPlatformOpenSSLSocketImplAdapter
417 delegate.setChannelIdPrivateKey(privateKey); in setChannelIdPrivateKey()
DKitKatPlatformOpenSSLSocketImplAdapter.java416 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/
DOpenSSLSocketImpl.java184 public void setChannelIdPrivateKey(PrivateKey privateKey) { in setChannelIdPrivateKey() method in OpenSSLSocketImpl
/external/conscrypt/android-stub/src/main/java/com/android/org/conscrypt/
DOpenSSLSocketImpl.java183 public void setChannelIdPrivateKey(PrivateKey privateKey) { in setChannelIdPrivateKey() method in OpenSSLSocketImpl
/external/conscrypt/srcgen/
Dcore-platform-api.txt8 method:com.android.org.conscrypt.OpenSSLSocketImpl#setChannelIdPrivateKey(PrivateKey)