Home
last modified time | relevance | path

Searched refs:CertPathTrustManagerParameters (Results 1 – 6 of 6) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DCertPathTrustManagerParametersTest.java21 import javax.net.ssl.CertPathTrustManagerParameters;
42 CertPathTrustManagerParameters p = in test_ConstructorLjava_security_cert_CertPathParameters()
43 new CertPathTrustManagerParameters(parameters); in test_ConstructorLjava_security_cert_CertPathParameters()
52 new CertPathTrustManagerParameters(null); in test_ConstructorLjava_security_cert_CertPathParameters()
64 CertPathTrustManagerParameters p = new CertPathTrustManagerParameters( in test_getParameters()
DTrustManagerFactory1Test.java36 import javax.net.ssl.CertPathTrustManagerParameters;
454 CertPathTrustManagerParameters cptmp = new CertPathTrustManagerParameters(pkixBP); in test_initLjavax_net_ssl_ManagerFactoryParameters()
/libcore/ojluni/src/main/java/javax/net/ssl/
DCertPathTrustManagerParameters.java45 public class CertPathTrustManagerParameters implements ManagerFactoryParameters { class
58 public CertPathTrustManagerParameters(CertPathParameters parameters) { in CertPathTrustManagerParameters() method in CertPathTrustManagerParameters
/libcore/
Dopenjdk_java_files.bp1329 "ojluni/src/main/java/javax/net/ssl/CertPathTrustManagerParameters.java",
DEXPECTED_UPSTREAM1326 …vax/net/ssl/CertPathTrustManagerParameters.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes/j…
/libcore/api/
Dcurrent.txt19371 public class CertPathTrustManagerParameters implements javax.net.ssl.ManagerFactoryParameters {
19372 ctor public CertPathTrustManagerParameters(java.security.cert.CertPathParameters);