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

  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
TrustManagerFactory2Test.java 41 private static final String srvTrustManagerFactory = "TrustManagerFactory";
63 "Provider for testing", srvTrustManagerFactory.concat(".")
TrustManagerFactory1Test.java 44 private static final String srvTrustManagerFactory = "TrustManagerFactory";
64 srvTrustManagerFactory);
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
TrustManagerFactory2Test.java 40 private static final String srvTrustManagerFactory = "TrustManagerFactory";
61 "Provider for testing", srvTrustManagerFactory.concat(".")
TrustManagerFactory1Test.java 52 private static final String srvTrustManagerFactory = "TrustManagerFactory";
84 DEFAULT_PROVIDER = SpiEngUtils.isSupport(DEFAULT_ALGORITHM, srvTrustManagerFactory);

Completed in 743 milliseconds