Home | History | Annotate | Download | only in cert

Lines Matching refs:port

32  * name and port number) to implementations of the LDAP {@code CertStore}
52 * the port number of the LDAP server
54 private int port;
66 * @param port the port number of the LDAP server
70 public LDAPCertStoreParameters(String serverName, int port) {
74 this.port = port;
79 * specified server name and a default port of 389.
91 * default parameter values (server name "localhost", port 389).
107 * Returns the port number of the LDAP server.
109 * @return the port number
112 return port;
145 sb.append(" port: " + port + "\n");