HomeSort by relevance Sort by last modified time
    Searched refs:authMethod (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSocketImpl.java 580 @Override public void verifyCertificateChain(byte[][] bytes, String authMethod)
595 tm.checkServerTrusted(peerCertificateChain, authMethod, wrappedHost);
597 x509tm.checkServerTrusted(peerCertificateChain, authMethod);
    [all...]
NativeCrypto.java     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 671 public String authMethod;
675 String authMethod)
682 + " authMethod=" + authMethod);
685 this.authMethod = authMethod;
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]

Completed in 566 milliseconds