Searched defs:tmf (Results 1 - 1 of 1) sorted by relevance

/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DTrustManagerFactory2Test.java77 private void checkResult(TrustManagerFactory tmf) throws Exception { argument
82 tmf.init(kStore);
87 tmf.init(mfp);
91 assertNull("getTrustManagers() should return null object", tmf
101 tmf.init(kStore);
104 tmf.init(mfp);
110 tmf.init(mfp);
135 TrustManagerFactory tmf;
137 tmf = TrustManagerFactory.getInstance(validValues[i]);
139 tmf instanceo
[all...]

Completed in 437 milliseconds