Home | History | Annotate | Download | only in jsse

Lines Matching refs:suites

121      * This method enables the cipher suites listed by
124 * @param suites the names of all the cipher suites to enable
126 * suites are not supported, or when the array is null.
129 public void setEnabledCipherSuites(String[] suites) {
130 enabledCipherSuites = NativeCrypto.checkEnabledCipherSuites(suites);
145 * @param suites the names of all the compression methods to enable
147 * suites are not supported, or when the array is null.
199 * Check if any of the enabled cipher suites has a chance to work.
203 /* Loop over all enabled cipher suites. If we find a problem,
260 + "to support the enabled cipher suites.");