Searched refs:enabledProtocols (Results 1 – 8 of 8) sorted by relevance
84 private String[] enabledProtocols; field in SSLParametersImpl149 enabledProtocols = NativeCrypto.checkEnabledProtocols( in SSLParametersImpl()254 return enabledProtocols.clone(); in getEnabledProtocols()262 enabledProtocols = NativeCrypto.checkEnabledProtocols(protocols).clone(); in setEnabledProtocols()471 NativeCrypto.setEnabledProtocols(sslNativePointer, enabledProtocols); in setSSLParameters()718 for (String enabledProtocol : enabledProtocols) { in getCachedClientSession()
453 String[] enabledProtocols = sslSocket.getEnabledProtocols(); in testGetDefaultSSLParameters() local458 for (int k = 0; k < enabledProtocols.length; k++) in testGetDefaultSSLParameters()460 enabledProtocols[k]); in testGetDefaultSSLParameters() local
358 private String[] enabledProtocols; field in mySSLEngine398 return enabledProtocols; in getEnabledProtocols()458 enabledProtocols = protocols; in setEnabledProtocols()
481 private String[] enabledProtocols = { field in SipStackImpl987 this.enabledProtocols = protocols; in SipStackImpl()1444 enabledProtocols = newProtocols; in setEnabledProtocols()1453 return enabledProtocols; in getEnabledProtocols()
190 String[] enabledProtocols = socket.getEnabledProtocols(); in isCompatible() local191 boolean requiredProtocolsEnabled = nonEmptyIntersection(tlsVersions, enabledProtocols); in isCompatible()
55 String[] enabledProtocols, in OpenSSLSocketImpl() argument
1212 public String[] selectProtocols(String[] enabledProtocols, String[] supportedProtocols) in selectProtocols() argument1225 selected_protocols.addAll(Arrays.asList(enabledProtocols)); in selectProtocols()