Searched refs:oldEnabledCipherSuites (Results 1 – 1 of 1) sorted by relevance
155 String[] oldEnabledCipherSuites = cipherSuitesToEnable != null in supportedSpec() local158 String[] newEnabledCipherSuites = new String[oldEnabledCipherSuites.length + 1]; in supportedSpec()159 System.arraycopy(oldEnabledCipherSuites, 0, in supportedSpec()160 newEnabledCipherSuites, 0, oldEnabledCipherSuites.length); in supportedSpec()