Searched refs:clientCertificateRequested (Results 1 - 4 of 4) sorted by relevance

/external/conscrypt/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java680 public void clientCertificateRequested(@SuppressWarnings("unused") long s) {} method in class:NativeCryptoTest.Hooks
743 public void clientCertificateRequested(byte[] keyTypes, method in class:NativeCryptoTest.TestSSLHandshakeCallbacks
747 + " clientCertificateRequested"
756 hooks.clientCertificateRequested(sslNativePointer);
930 public void clientCertificateRequested(long s) { method in class:NativeCryptoTest.ServerHooks
1043 public void clientCertificateRequested(long s) {
1044 super.clientCertificateRequested(s);
1150 public void clientCertificateRequested(long s) {
1151 super.clientCertificateRequested(s);
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLEngineImpl.java682 public void clientCertificateRequested(byte[] keyTypeBytes, byte[][] asn1DerEncodedPrincipals) method in class:OpenSSLEngineImpl
H A DOpenSSLSocketImpl.java440 public void clientCertificateRequested(byte[] keyTypeBytes, byte[][] asn1DerEncodedPrincipals) method in class:OpenSSLSocketImpl
H A DNativeCrypto.java1288 public void clientCertificateRequested(byte[] keyTypes, method in interface:NativeCrypto.SSLHandshakeCallbacks

Completed in 345 milliseconds