Searched defs:getServerCertificates (Results 1 - 6 of 6) sorted by relevance

/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/
H A DHttpsURLConnection_ImplTest.java78 * @see javax.net.ssl.HttpsURLConnection#getServerCertificates()
81 public Certificate[] getServerCertificates() method in class:MyHttpsURLConnection
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DHttpsURLConnectionTest.java128 * @see javax.net.ssl.HttpsURLConnection#getServerCertificates()
131 public Certificate[] getServerCertificates() method in class:MyHttpsURLConnection
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DDelegatingHttpsURLConnection.java70 @Override public Certificate[] getServerCertificates() throws SSLPeerUnverifiedException { method in class:DelegatingHttpsURLConnection
/external/conscrypt/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java94 private static long[] getServerCertificates() { method in class:NativeCryptoTest
366 NativeCrypto.SSL_use_certificate(s, getServerCertificates());
448 NativeCrypto.SSL_use_certificate(s, getServerCertificates());
475 NativeCrypto.SSL_use_certificate(s, getServerCertificates());
1017 Hooks sHooks = new ServerHooks(getServerPrivateKey(), getServerCertificates());
1023 assertEqualCertificateChains(getServerCertificates(),
1049 Hooks sHooks = new ServerHooks(getServerPrivateKey(), getServerCertificates()) {
1063 assertEqualCertificateChains(getServerCertificates(),
1097 Hooks sHooks = new ServerHooks(getServerPrivateKey(), getServerCertificates()) {
1155 Hooks sHooks = new ServerHooks(getServerPrivateKey(), getServerCertificates()) {
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 598 milliseconds