/external/jetty/src/java/org/eclipse/jetty/security/authentication/ |
D | SpnegoAuthenticator.java | 53 public SpnegoAuthenticator( String authMethod ) in SpnegoAuthenticator() argument 55 _authMethod = authMethod; in SpnegoAuthenticator()
|
/external/conscrypt/src/stub/java/com/android/org/conscrypt/ |
D | NativeCrypto.java | 33 … public void verifyCertificateChain(byte[][] asn1DerEncodedCertificateChain, String authMethod) in verifyCertificateChain() argument
|
D | OpenSSLSocketImpl.java | 103 @Override public void verifyCertificateChain(byte[][] bytes, String authMethod) in verifyCertificateChain() argument
|
/external/conscrypt/src/stub/java/org/apache/harmony/xnet/xnet/provider/jsse/ |
D | NativeCrypto.java | 33 … public void verifyCertificateChain(byte[][] asn1DerEncodedCertificateChain, String authMethod) in verifyCertificateChain() argument
|
D | OpenSSLSocketImpl.java | 103 @Override public void verifyCertificateChain(byte[][] bytes, String authMethod) in verifyCertificateChain() argument
|
/external/jetty/src/java/org/eclipse/jetty/security/ |
D | SecurityHandler.java | 201 public void setAuthMethod(String authMethod) in setAuthMethod() argument 205 _authMethod = authMethod; in setAuthMethod()
|
/external/conscrypt/src/test/java/org/conscrypt/ |
D | NativeCryptoTest.java | 722 public String authMethod; field in NativeCryptoTest.TestSSLHandshakeCallbacks 727 String authMethod) throws CertificateException { in verifyCertificateChain() argument 734 + " authMethod=" + authMethod); in verifyCertificateChain() 737 this.authMethod = authMethod; in verifyCertificateChain() 1028 assertEquals("RSA", clientCallback.authMethod); in test_SSL_do_handshake_normal() 1068 assertEquals("RSA", clientCallback.authMethod); in test_SSL_do_handshake_optional_client_certificate() 1072 assertEquals("RSA", serverCallback.authMethod); in test_SSL_do_handshake_optional_client_certificate() 1249 assertEquals("ECDHE_RSA", clientCallback.authMethod); in test_SSL_do_handshake_with_channel_id_normal() 1282 assertEquals("ECDHE_RSA", clientCallback.authMethod); in test_SSL_do_handshake_with_channel_id_not_supported_by_server() 1315 assertEquals("ECDHE_RSA", clientCallback.authMethod); in test_SSL_do_handshake_with_channel_id_not_enabled_by_client()
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLEngineImpl.java | 646 String authMethod) throws CertificateException { in verifyCertificateChain() argument 666 Platform.checkServerTrusted(x509tm, peerCertChain, authMethod, this); in verifyCertificateChain()
|
D | OpenSSLSocketImpl.java | 575 public void verifyCertificateChain(long sslSessionNativePtr, long[] certRefs, String authMethod) in verifyCertificateChain() argument 596 Platform.checkServerTrusted(x509tm, peerCertChain, authMethod, this); in verifyCertificateChain()
|
D | NativeCrypto.java | 1227 String authMethod) throws CertificateException; in verifyCertificateChain() argument
|
/external/conscrypt/src/compat/java/org/conscrypt/ |
D | KitKatPlatformOpenSSLSocketImplAdapter.java | 384 public void verifyCertificateChain(byte[][] bytes, String authMethod) in verifyCertificateChain() argument
|
D | PreKitKatPlatformOpenSSLSocketImplAdapter.java | 384 public void verifyCertificateChain(byte[][] bytes, String authMethod) in verifyCertificateChain() argument
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 7685 const char* authMethod = SSL_authentication_method(ssl); local 7688 const char *authMethod = SSL_CIPHER_get_kx_name(cipher); local 7692 ssl, authMethod); 7693 jstring authMethodString = env->NewStringUTF(authMethod);
|
/external/robolectric/v3/runtime/ |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |