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

  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLSocketImpl.java 596 @Override public void verifyCertificateChain(byte[][] bytes, String authMethod)
611 tm.checkServerTrusted(peerCertificateChain, authMethod, wrappedHost);
613 x509tm.checkServerTrusted(peerCertificateChain, authMethod);
    [all...]
NativeCrypto.java     [all...]
  /libcore/crypto/src/test/java/org/conscrypt/
NativeCryptoTest.java 661 public String authMethod;
665 String authMethod)
672 + " authMethod=" + authMethod);
675 this.authMethod = authMethod;
848 assertEquals("RSA", clientCallback.authMethod);
    [all...]
  /libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 245 milliseconds