OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TrustManagerFactoryImpl
(Results
1 - 3
of
3
) sorted by null
/external/apache-harmony/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/
TrustManagerFactoryImplTest.java
27
import org.apache.harmony.xnet.provider.jsse.
TrustManagerFactoryImpl
;
32
* Tests for <code>
TrustManagerFactoryImpl
</code> constructor and methods
41
TrustManagerFactoryImpl
tmf = new
TrustManagerFactoryImpl
();
63
TrustManagerFactoryImpl
tmf = new
TrustManagerFactoryImpl
();
73
TrustManagerFactoryImpl
tmf = new
TrustManagerFactoryImpl
();
/libcore/crypto/src/main/java/org/conscrypt/
JSSEProvider.java
118
put("TrustManagerFactory.PKIX",
TrustManagerFactoryImpl
.class.getName());
TrustManagerFactoryImpl.java
36
public class
TrustManagerFactoryImpl
extends TrustManagerFactorySpi {
Completed in 2609 milliseconds