Searched defs:aliasToUse (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DSecurityOptions.java76 private String aliasToUse; field in class:SecurityOptions
120 * @param aliasToUse the alias of the certificate in the key store to be used.
125 boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse)
130 aliasToUse);
141 * @param aliasToUse the alias of the certificate in the key store to be used.
146 int sslPort, String aliasToUse)
153 aliasToUse);
164 * @param aliasToUse the alias of the certificate in the keystore to be used.
170 int sslPort, String aliasToUse)
177 aliasToUse);
124 createSelfSignedCertificateOptions( boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
144 createJKSCertificateOptions(String keystorePath, String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
167 createJCEKSCertificateOptions( String keystorePath, String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
191 createPKCS11CertificateOptions( String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
213 createPKCS12CertificateOptions( String keystorePath, String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
326 updateCertificateOptions(SecurityOptions ops, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
371 setAliasToUse(String aliasToUse) argument
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DSecurityOptions.java77 private String aliasToUse; field in class:SecurityOptions
121 * @param aliasToUse the alias of the certificate in the key store to be used.
126 boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse)
131 aliasToUse);
142 * @param aliasToUse the alias of the certificate in the key store to be used.
147 int sslPort, String aliasToUse)
154 aliasToUse);
165 * @param aliasToUse the alias of the certificate in the keystore to be used.
171 int sslPort, String aliasToUse)
178 aliasToUse);
125 createSelfSignedCertificateOptions( boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
145 createJKSCertificateOptions(String keystorePath, String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
168 createJCEKSCertificateOptions( String keystorePath, String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
192 createPKCS11CertificateOptions( String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
214 createPKCS12CertificateOptions( String keystorePath, String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
327 updateCertificateOptions(SecurityOptions ops, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
372 setAliasToUse(String aliasToUse) argument
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DSecurityOptions.java77 private String aliasToUse; field in class:SecurityOptions
121 * @param aliasToUse the alias of the certificate in the key store to be used.
126 boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse)
131 aliasToUse);
142 * @param aliasToUse the alias of the certificate in the key store to be used.
147 int sslPort, String aliasToUse)
154 aliasToUse);
165 * @param aliasToUse the alias of the certificate in the keystore to be used.
171 int sslPort, String aliasToUse)
178 aliasToUse);
125 createSelfSignedCertificateOptions( boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
145 createJKSCertificateOptions(String keystorePath, String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
168 createJCEKSCertificateOptions( String keystorePath, String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
192 createPKCS11CertificateOptions( String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
214 createPKCS12CertificateOptions( String keystorePath, String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
327 updateCertificateOptions(SecurityOptions ops, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
372 setAliasToUse(String aliasToUse) argument
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DSecurityOptions.java76 private String aliasToUse; field in class:SecurityOptions
120 * @param aliasToUse the alias of the certificate in the key store to be used.
125 boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse)
130 aliasToUse);
141 * @param aliasToUse the alias of the certificate in the key store to be used.
146 int sslPort, String aliasToUse)
153 aliasToUse);
164 * @param aliasToUse the alias of the certificate in the keystore to be used.
170 int sslPort, String aliasToUse)
177 aliasToUse);
124 createSelfSignedCertificateOptions( boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
144 createJKSCertificateOptions(String keystorePath, String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
167 createJCEKSCertificateOptions( String keystorePath, String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
191 createPKCS11CertificateOptions( String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
213 createPKCS12CertificateOptions( String keystorePath, String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
326 updateCertificateOptions(SecurityOptions ops, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
371 setAliasToUse(String aliasToUse) argument
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DSecurityOptions.java77 private String aliasToUse; field in class:SecurityOptions
121 * @param aliasToUse the alias of the certificate in the key store to be used.
126 boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse)
131 aliasToUse);
142 * @param aliasToUse the alias of the certificate in the key store to be used.
147 int sslPort, String aliasToUse)
154 aliasToUse);
165 * @param aliasToUse the alias of the certificate in the keystore to be used.
171 int sslPort, String aliasToUse)
178 aliasToUse);
125 createSelfSignedCertificateOptions( boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
145 createJKSCertificateOptions(String keystorePath, String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
168 createJCEKSCertificateOptions( String keystorePath, String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
192 createPKCS11CertificateOptions( String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
214 createPKCS12CertificateOptions( String keystorePath, String keystorePwd, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
327 updateCertificateOptions(SecurityOptions ops, boolean enableSSL, boolean enableStartTLS, int sslPort, String aliasToUse) argument
372 setAliasToUse(String aliasToUse) argument
[all...]

Completed in 32 milliseconds