Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/tests/security/cert/
DLDAPCertStoreParametersTest.java28 import java.security.cert.LDAPCertStoreParameters;
47 CertStoreParameters cp = new LDAPCertStoreParameters(); in testLDAPCertStoreParameters01()
49 cp instanceof LDAPCertStoreParameters); in testLDAPCertStoreParameters01()
58 LDAPCertStoreParameters cp = new LDAPCertStoreParameters(); in testLDAPCertStoreParameters02()
69 CertStoreParameters cp = new LDAPCertStoreParameters("myhost"); in testLDAPCertStoreParametersString01()
71 cp instanceof LDAPCertStoreParameters); in testLDAPCertStoreParametersString01()
81 LDAPCertStoreParameters cp = new LDAPCertStoreParameters(serverName); in testLDAPCertStoreParametersString02()
93 new LDAPCertStoreParameters(null); in testLDAPCertStoreParametersString03()
105 CertStoreParameters cp = new LDAPCertStoreParameters("myhost", 1098); in testLDAPCertStoreParametersStringint01()
107 cp instanceof LDAPCertStoreParameters); in testLDAPCertStoreParametersStringint01()
[all …]
DCertStore1Test.java41 import java.security.cert.LDAPCertStoreParameters;
102 (CertStoreParameters)new LDAPCertStoreParameters()); in initParams()
/libcore/ojluni/src/main/java/java/security/cert/
DLDAPCertStoreParameters.java52 public class LDAPCertStoreParameters implements CertStoreParameters { class
75 public LDAPCertStoreParameters(String serverName, int port) { in LDAPCertStoreParameters() method in LDAPCertStoreParameters
90 public LDAPCertStoreParameters(String serverName) { in LDAPCertStoreParameters() method in LDAPCertStoreParameters
98 public LDAPCertStoreParameters() { in LDAPCertStoreParameters() method in LDAPCertStoreParameters
/libcore/
Dopenjdk_java_files.bp599 "ojluni/src/main/java/java/security/cert/LDAPCertStoreParameters.java",
DEXPECTED_UPSTREAM651 …/java/security/cert/LDAPCertStoreParameters.java,jdk8u/jdk8u121-b13,jdk/src/share/classes/java/sec…
/libcore/api/
Dcurrent.txt8968 public class LDAPCertStoreParameters implements java.security.cert.CertStoreParameters {
8969 ctor public LDAPCertStoreParameters(String, int);
8970 ctor public LDAPCertStoreParameters(String);
8971 ctor public LDAPCertStoreParameters();