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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ServerHandshakeImpl.java 449 String certType = null;
455 certType = "RSA";
460 certType = "DSA";
463 certType = "DH_DSA";
466 certType = "DH_RSA";
477 alias = ekm.chooseServerAlias(certType, null,
480 alias = ekm.chooseEngineServerAlias(certType, null,
487 alias = km.chooseServerAlias(certType, null, this.socketOwner);
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
TestUtils.java 67 private static final String certType = "X.509";
97 cf = CertificateFactory.getInstance(certType);
    [all...]
  /external/chromium/net/third_party/nss/ssl/
sslcon.c     [all...]

Completed in 970 milliseconds