Searched refs:enabledProtocols (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/rmi/ssl/
H A DSslRMIServerSocketFactory.java92 * @param enabledProtocols names of all the protocol versions to
105 * <code>enabledProtocols</code> parameter is not supported or when
115 String[] enabledProtocols,
118 this(null, enabledCipherSuites, enabledProtocols, needClientAuth);
137 * @param enabledProtocols names of all the protocol versions to
150 * <code>enabledProtocols</code> parameter is not supported or when
162 String[] enabledProtocols,
169 this.enabledProtocols = enabledProtocols == null ?
170 null : enabledProtocols
113 SslRMIServerSocketFactory( String[] enabledCipherSuites, String[] enabledProtocols, boolean needClientAuth) argument
159 SslRMIServerSocketFactory( SSLContext context, String[] enabledCipherSuites, String[] enabledProtocols, boolean needClientAuth) argument
373 private final String[] enabledProtocols; field in class:SslRMIServerSocketFactory
[all...]
H A DSslRMIClientSocketFactory.java63 * <code>javax.rmi.ssl.client.enabledProtocols</code> is specified,
107 * <code>javax.rmi.ssl.client.enabledProtocols</code> is
142 final String enabledProtocols =
143 System.getProperty("javax.rmi.ssl.client.enabledProtocols");
144 if (enabledProtocols != null) {
145 StringTokenizer st = new StringTokenizer(enabledProtocols, ",");
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLServerSocketImpl.java84 private ProtocolList enabledProtocols = null; field in class:SSLServerSocketImpl
157 enabledProtocols = sslContext.getDefaultProtocolList(true);
209 enabledProtocols = new ProtocolList(protocols);
213 return enabledProtocols.toStringArray();
255 sslContext.isDefaultProtocolList(enabledProtocols)) {
256 enabledProtocols = sslContext.getDefaultProtocolList(!flag);
315 enabledProtocols, identificationProtocol, algorithmConstraints);
H A DSSLSocketImpl.java364 private ProtocolList enabledProtocols; field in class:SSLSocketImpl
500 enabledProtocols = protocols;
578 enabledProtocols =
1263 enabledProtocols, doClientAuth,
1268 enabledProtocols,
2281 sslContext.isDefaultProtocolList(enabledProtocols)) {
2282 enabledProtocols = sslContext.getDefaultProtocolList(!flag);
2303 sslContext.isDefaultProtocolList(enabledProtocols)) {
2304 enabledProtocols = sslContext.getDefaultProtocolList(!flag);
2394 enabledProtocols
[all...]
H A DHandshaker.java79 private ProtocolList enabledProtocols; field in class:Handshaker
186 ProtocolList enabledProtocols, boolean needCertVerify,
191 init(context, enabledProtocols, needCertVerify, isClient,
197 ProtocolList enabledProtocols, boolean needCertVerify,
202 init(context, enabledProtocols, needCertVerify, isClient,
207 private void init(SSLContextImpl context, ProtocolList enabledProtocols, argument
233 setEnabledProtocols(enabledProtocols);
376 void setEnabledProtocols(ProtocolList enabledProtocols) { argument
380 this.enabledProtocols = enabledProtocols;
185 Handshaker(SSLSocketImpl c, SSLContextImpl context, ProtocolList enabledProtocols, boolean needCertVerify, boolean isClient, ProtocolVersion activeProtocolVersion, boolean isInitialHandshake, boolean secureRenegotiation, byte[] clientVerifyData, byte[] serverVerifyData) argument
196 Handshaker(SSLEngineImpl engine, SSLContextImpl context, ProtocolList enabledProtocols, boolean needCertVerify, boolean isClient, ProtocolVersion activeProtocolVersion, boolean isInitialHandshake, boolean secureRenegotiation, byte[] clientVerifyData, byte[] serverVerifyData) argument
[all...]
H A DSSLEngineImpl.java270 private ProtocolList enabledProtocols; field in class:SSLEngineImpl
384 enabledProtocols =
462 enabledProtocols, doClientAuth,
467 enabledProtocols,
1902 sslContext.isDefaultProtocolList(enabledProtocols)) {
1903 enabledProtocols = sslContext.getDefaultProtocolList(!flag);
1926 sslContext.isDefaultProtocolList(enabledProtocols)) {
1927 enabledProtocols = sslContext.getDefaultProtocolList(!flag);
2023 enabledProtocols = new ProtocolList(protocols);
2025 handshaker.setEnabledProtocols(enabledProtocols);
[all...]
H A DClientHandshaker.java99 ProtocolList enabledProtocols,
104 super(socket, context, enabledProtocols, true, true,
110 ProtocolList enabledProtocols,
115 super(engine, context, enabledProtocols, true, true,
98 ClientHandshaker(SSLSocketImpl socket, SSLContextImpl context, ProtocolList enabledProtocols, ProtocolVersion activeProtocolVersion, boolean isInitialHandshake, boolean secureRenegotiation, byte[] clientVerifyData, byte[] serverVerifyData) argument
109 ClientHandshaker(SSLEngineImpl engine, SSLContextImpl context, ProtocolList enabledProtocols, ProtocolVersion activeProtocolVersion, boolean isInitialHandshake, boolean secureRenegotiation, byte[] clientVerifyData, byte[] serverVerifyData) argument
H A DServerHandshaker.java101 ProtocolList enabledProtocols, byte clientAuth,
106 super(socket, context, enabledProtocols,
117 ProtocolList enabledProtocols, byte clientAuth,
122 super(engine, context, enabledProtocols,
100 ServerHandshaker(SSLSocketImpl socket, SSLContextImpl context, ProtocolList enabledProtocols, byte clientAuth, ProtocolVersion activeProtocolVersion, boolean isInitialHandshake, boolean secureRenegotiation, byte[] clientVerifyData, byte[] serverVerifyData) argument
116 ServerHandshaker(SSLEngineImpl engine, SSLContextImpl context, ProtocolList enabledProtocols, byte clientAuth, ProtocolVersion activeProtocolVersion, boolean isInitialHandshake, boolean secureRenegotiation, byte[] clientVerifyData, byte[] serverVerifyData) argument
/openjdk7/jdk/src/share/classes/sun/management/jmxremote/
H A DConnectorBootstrap.java381 final String enabledProtocols =
384 if (enabledProtocols != null) {
385 StringTokenizer st = new StringTokenizer(enabledProtocols, ",");
439 enabledProtocols +
631 String[] enabledProtocols,
636 enabledProtocols,
703 enabledProtocols,
719 String[] enabledProtocols,
764 enabledProtocols, sslNeedClientAuth);
628 createSslRMIServerSocketFactory( String sslConfigFileName, String[] enabledCipherSuites, String[] enabledProtocols, boolean sslNeedClientAuth) argument
711 exportMBeanServer( MBeanServer mbs, int port, int rmiPort, boolean useSsl, boolean useRegistrySsl, String sslConfigFileName, String[] enabledCipherSuites, String[] enabledProtocols, boolean sslNeedClientAuth, boolean useAuthentication, String loginConfigName, String passwordFileName, String accessFileName) argument
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/
H A DtestEnabledProtocols.java184 public startServer(String[] enabledProtocols, argument
189 enabledP = enabledProtocols;

Completed in 58 milliseconds