Searched refs:supportedProtocols (Results 1 - 7 of 7) sorted by relevance

/openjdk9/jdk/test/sun/security/ssl/SSLContextImpl/
H A DCustomizedDefaultProtocols.java59 final static String[] supportedProtocols = new String[] { field in class:CustomizedDefaultProtocols.ContextVersion
130 failed |= !checkProtocols(protocols, cv.supportedProtocols);
162 failed |= !checkProtocols(protocols, cv.supportedProtocols);
196 failed |= !checkProtocols(protocols, cv.supportedProtocols);
215 failed |= !checkProtocols(protocols, cv.supportedProtocols);
222 failed |= !checkProtocols(protocols, cv.supportedProtocols);
230 failed |= !checkProtocols(protocols, cv.supportedProtocols);
H A DDefaultEnabledProtocols.java58 final static String[] supportedProtocols = new String[] { field in class:DefaultEnabledProtocols.ContextVersion
129 failed |= !checkProtocols(protocols, cv.supportedProtocols);
161 failed |= !checkProtocols(protocols, cv.supportedProtocols);
195 failed |= !checkProtocols(protocols, cv.supportedProtocols);
214 failed |= !checkProtocols(protocols, cv.supportedProtocols);
221 failed |= !checkProtocols(protocols, cv.supportedProtocols);
229 failed |= !checkProtocols(protocols, cv.supportedProtocols);
H A DNoOldVersionContext.java59 final static String[] supportedProtocols = new String[] { field in class:NoOldVersionContext.ContextVersion
130 failed |= !checkProtocols(protocols, cv.supportedProtocols);
162 failed |= !checkProtocols(protocols, cv.supportedProtocols);
196 failed |= !checkProtocols(protocols, cv.supportedProtocols);
215 failed |= !checkProtocols(protocols, cv.supportedProtocols);
222 failed |= !checkProtocols(protocols, cv.supportedProtocols);
230 failed |= !checkProtocols(protocols, cv.supportedProtocols);
/openjdk9/jdk/test/javax/net/ssl/ServerName/
H A DSSLEngineExplorer.java192 ssle.setEnabledProtocols(supportedProtocols);
217 private static String[] supportedProtocols; // supported protocols field in class:SSLEngineExplorer
220 supportedProtocols = args[0].split(",");
H A DSSLSocketExplorer.java187 sslSocket.setEnabledProtocols(supportedProtocols);
209 private static String[] supportedProtocols; // supported protocols field in class:SSLSocketExplorer
212 supportedProtocols = args[0].split(",");
H A DSSLSocketExplorerFailure.java200 sslSocket.setEnabledProtocols(supportedProtocols);
216 private static String[] supportedProtocols; // supported protocols field in class:SSLSocketExplorerFailure
219 supportedProtocols = args[0].split(",");
/openjdk9/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXDropTargetRegistry.java96 private List<XDropTargetProtocol> supportedProtocols; field in class:XDropTargetRegistry.EmbeddedDropSiteEntry
101 List<XDropTargetProtocol> supportedProtocols) {
102 if (supportedProtocols == null) {
103 throw new NullPointerException("Null supportedProtocols");
107 this.supportedProtocols = supportedProtocols;
134 supportedProtocols = list;
137 return supportedProtocols;
263 List<XDropTargetProtocol> supportedProtocols) {
279 if (!supportedProtocols
100 EmbeddedDropSiteEntry(long root, long event_mask, List<XDropTargetProtocol> supportedProtocols) argument
262 registerProtocols(long embedder, boolean protocols, List<XDropTargetProtocol> supportedProtocols) argument
[all...]

Completed in 105 milliseconds