Home
last modified time | relevance | path

Searched refs:authType (Results 1 – 25 of 33) sorted by relevance

12

/external/conscrypt/testing/src/main/java/libcore/javax/net/ssl/
DTestTrustManager.java71 public void checkClientTrusted(X509Certificate[] chain, String authType) in checkClientTrusted() argument
75 + "authType=" + authType + " "); in checkClientTrusted()
77 assertClientAuthType(authType); in checkClientTrusted()
78 trustManager.checkClientTrusted(chain, authType); in checkClientTrusted()
87 public void checkClientTrusted(X509Certificate[] chain, String authType, Socket socket) in checkClientTrusted() argument
91 checkClientTrusted(chain, authType); in checkClientTrusted()
96 + "authType=" + authType + " " in checkClientTrusted()
99 assertClientAuthType(authType); in checkClientTrusted()
100 extendedTrustManager.checkClientTrusted(chain, authType, socket); in checkClientTrusted()
109 public void checkClientTrusted(X509Certificate[] chain, String authType, SSLEngine engine) in checkClientTrusted() argument
[all …]
/external/conscrypt/platform/src/main/java/org/conscrypt/
DPlatform.java167 X509Certificate[] chain, String authType, Class<?> argumentClass, in checkTrusted() argument
175 method.invoke(tm, chain, authType, argumentInstance); in checkTrusted()
188 String authType, OpenSSLSocketImpl socket) throws CertificateException { in checkClientTrusted() argument
191 x509etm.checkClientTrusted(chain, authType, socket); in checkClientTrusted()
192 } else if (!checkTrusted("checkClientTrusted", tm, chain, authType, Socket.class, socket) in checkClientTrusted()
193 && !checkTrusted("checkClientTrusted", tm, chain, authType, String.class, in checkClientTrusted()
195 tm.checkClientTrusted(chain, authType); in checkClientTrusted()
200 String authType, OpenSSLSocketImpl socket) throws CertificateException { in checkServerTrusted() argument
203 x509etm.checkServerTrusted(chain, authType, socket); in checkServerTrusted()
204 } else if (!checkTrusted("checkServerTrusted", tm, chain, authType, Socket.class, socket) in checkServerTrusted()
[all …]
DTrustManagerImpl.java262 public void checkClientTrusted(X509Certificate[] chain, String authType) in checkClientTrusted() argument
264 checkTrusted(chain, authType, null, null, true /* client auth */); in checkClientTrusted()
270 public List<X509Certificate> checkClientTrusted(X509Certificate[] chain, String authType, in checkClientTrusted() argument
272 return checkTrusted(chain, null /* ocspData */, null /* tlsSctData */, authType, hostname, in checkClientTrusted()
286 public void checkClientTrusted(X509Certificate[] chain, String authType, Socket socket) in checkClientTrusted() argument
295 checkTrusted(chain, authType, session, parameters, true /* client auth */); in checkClientTrusted()
299 public void checkClientTrusted(X509Certificate[] chain, String authType, SSLEngine engine) in checkClientTrusted() argument
305 checkTrusted(chain, authType, session, engine.getSSLParameters(), true /* client auth */); in checkClientTrusted()
309 public void checkServerTrusted(X509Certificate[] chain, String authType) in checkServerTrusted() argument
311 checkTrusted(chain, authType, null, null, false /* client auth */); in checkServerTrusted()
[all …]
/external/conscrypt/openjdk/src/main/java/org/conscrypt/
DPlatform.java192 String authType, OpenSSLSocketImpl socket) throws CertificateException { in checkClientTrusted() argument
195 x509etm.checkClientTrusted(chain, authType, socket); in checkClientTrusted()
197 tm.checkClientTrusted(chain, authType); in checkClientTrusted()
202 String authType, OpenSSLSocketImpl socket) throws CertificateException { in checkServerTrusted() argument
205 x509etm.checkServerTrusted(chain, authType, socket); in checkServerTrusted()
207 tm.checkServerTrusted(chain, authType); in checkServerTrusted()
212 String authType, OpenSSLEngineImpl engine) throws CertificateException { in checkClientTrusted() argument
215 x509etm.checkClientTrusted(chain, authType, engine); in checkClientTrusted()
217 tm.checkClientTrusted(chain, authType); in checkClientTrusted()
222 String authType, OpenSSLEngineImpl engine) throws CertificateException { in checkServerTrusted() argument
[all …]
/external/conscrypt/android/src/main/java/org/conscrypt/
DPlatform.java343 X509Certificate[] chain, String authType, Class<?> argumentClass, in checkTrusted() argument
349 method.invoke(tm, chain, authType, argumentInstance); in checkTrusted()
364 String authType, OpenSSLSocketImpl socket) throws CertificateException { in checkClientTrusted() argument
365 if (!checkTrusted("checkClientTrusted", tm, chain, authType, Socket.class, socket) in checkClientTrusted()
366 && !checkTrusted("checkClientTrusted", tm, chain, authType, String.class, in checkClientTrusted()
368 tm.checkClientTrusted(chain, authType); in checkClientTrusted()
374 String authType, OpenSSLSocketImpl socket) throws CertificateException { in checkServerTrusted() argument
375 if (!checkTrusted("checkServerTrusted", tm, chain, authType, Socket.class, socket) in checkServerTrusted()
376 && !checkTrusted("checkServerTrusted", tm, chain, authType, String.class, in checkServerTrusted()
378 tm.checkServerTrusted(chain, authType); in checkServerTrusted()
[all …]
/external/apache-http/android/src/android/net/http/
DCertificateChainValidator.java147 byte[][] certChain, String domain, String authType) in verifyServerCertificates() argument
166 return verifyServerDomainAndCertificates(serverCertificates, domain, authType); in verifyServerCertificates()
210 X509Certificate[] chain, String domain, String authType) in verifyServerDomainAndCertificates() argument
238 method.invoke(x509TrustManager, chain, authType, domain); in verifyServerDomainAndCertificates()
240 x509TrustManager.checkServerTrusted(chain, authType); in verifyServerDomainAndCertificates()
DHttpsConnection.java88 X509Certificate[] certs, String authType) { in initializeEngine()
92 X509Certificate[] certs, String authType) { in initializeEngine()
/external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/
DDummyTrustManager.java30 public void checkClientTrusted(X509Certificate[] chain, String authType) { in checkClientTrusted() argument
35 public void checkServerTrusted(X509Certificate[] chain, String authType) { in checkServerTrusted() argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.ecf.ssl_1.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/okhttp/android/test/java/com/squareup/okhttp/internal/
DPlatformTest.java110 @Override public void checkClientTrusted(X509Certificate[] chain, String authType)
115 @Override public void checkServerTrusted(X509Certificate[] chain, String authType) {
/external/okhttp/okcurl/src/main/java/com/squareup/okhttp/curl/
DMain.java249 @Override public void checkClientTrusted(X509Certificate[] chain, String authType) in createInsecureSslSocketFactory()
253 @Override public void checkServerTrusted(X509Certificate[] chain, String authType) in createInsecureSslSocketFactory()
/external/libvncserver/webclients/novnc/include/
Drfb.js782 for (var authType in clientSupportedTypes) {
783 if (serverSupportedTypes.indexOf(authType) != -1) {
784 this._sock.send([0, 0, 0, clientSupportedTypes[authType]]);
786 switch (authType) {
794 return this._fail("Unsupported tiny auth scheme: " + authType);
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyManagerFacade.java754 @RpcParameter(name = "authType") Integer authType, in telephonyGetIccSimChallengeResponse()
757 SubscriptionManager.getDefaultSubscriptionId(), appType, authType, hexChallenge); in telephonyGetIccSimChallengeResponse()
765 @RpcParameter(name = "authType") Integer authType, in telephonyGetIccSimChallengeResponseForSubscription()
770 … String b64Result = mTelephonyManager.getIccAuthentication(subId, appType, authType, b64Data); in telephonyGetIccSimChallengeResponseForSubscription()
/external/mockwebserver/src/main/java/com/google/mockwebserver/
DMockWebServer.java65 @Override public void checkClientTrusted(X509Certificate[] chain, String authType)
70 @Override public void checkServerTrusted(X509Certificate[] chain, String authType) {
/external/syslinux/core/lwip/src/netif/ppp/
Dppp.h387 void pppSetAuth(enum pppAuthType authType, const char *user, const char *passwd);
Dppp.c454 pppSetAuth(enum pppAuthType authType, const char *user, const char *passwd) in pppSetAuth() argument
456 switch(authType) { in pppSetAuth()
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLSocketImpl.java594 String authType = peerCertChain[0].getPublicKey().getAlgorithm(); in verifyCertificateChain() local
595 Platform.checkClientTrusted(x509tm, peerCertChain, authType, this); in verifyCertificateChain()
DOpenSSLEngineImpl.java1363 String authType = peerCertChain[0].getPublicKey().getAlgorithm(); in verifyCertificateChain() local
1364 Platform.checkClientTrusted(x509tm, peerCertChain, authType, this); in verifyCertificateChain()
/external/libvncserver/webclients/java-applet/ssl/
Dtightvnc-1.3dev7_javasrc-vncviewer-ssl.patch324 + String authType) {
329 + String authType) {
349 + String authType) throws CertificateException {
354 + String authType) throws CertificateException {
419 + String authType) throws CertificateException {
424 + String authType) throws CertificateException {
492 + String authType) throws CertificateException {
497 + String authType) throws CertificateException {
Dultravnc-102-JavaViewer-ssl-etc.patch2896 + String authType) {
2901 + String authType) {
2921 + String authType) throws CertificateException {
2926 + String authType) throws CertificateException {
2991 + String authType) throws CertificateException {
2996 + String authType) throws CertificateException {
3064 + String authType) throws CertificateException {
3069 + String authType) throws CertificateException {
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
DMockWebServer.java96 @Override public void checkClientTrusted(X509Certificate[] chain, String authType)
101 @Override public void checkServerTrusted(X509Certificate[] chain, String authType) {
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DURLConnectionTest.java3411 public void checkClientTrusted(X509Certificate[] chain, String authType)
3416 public void checkServerTrusted(X509Certificate[] chain, String authType)
/external/guice/extensions/struts2/lib/
Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...

12