Searched refs:LDAPCertStoreParameters (Results 1 – 6 of 6) sorted by relevance
28 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 …]
41 import java.security.cert.LDAPCertStoreParameters;102 (CertStoreParameters)new LDAPCertStoreParameters()); in initParams()
52 public class LDAPCertStoreParameters implements CertStoreParameters { class75 public LDAPCertStoreParameters(String serverName, int port) { in LDAPCertStoreParameters() method in LDAPCertStoreParameters90 public LDAPCertStoreParameters(String serverName) { in LDAPCertStoreParameters() method in LDAPCertStoreParameters98 public LDAPCertStoreParameters() { in LDAPCertStoreParameters() method in LDAPCertStoreParameters
599 "ojluni/src/main/java/java/security/cert/LDAPCertStoreParameters.java",
651 …/java/security/cert/LDAPCertStoreParameters.java,jdk8u/jdk8u121-b13,jdk/src/share/classes/java/sec…
8968 public class LDAPCertStoreParameters implements java.security.cert.CertStoreParameters {8969 ctor public LDAPCertStoreParameters(String, int);8970 ctor public LDAPCertStoreParameters(String);8971 ctor public LDAPCertStoreParameters();