Searched refs:supported (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/javax/net/ssl/
H A DSSLContextSpi.java126 * supported cipher suites and protocols.
137 private javax.net.ssl.SSLParameters createSSLParameters(boolean supported) { argument
143 if (supported) {
161 throw new UnsupportedOperationException("Could not access supported SSL parameters");
/libcore/crypto/src/main/java/org/conscrypt/
H A DCipherSuite.java34 * true if this cipher suite is supported
36 boolean supported = true; field in class:CipherSuite
706 * array of supported cipher suites.
707 * Set of supported suites is defined at the moment provider's start
709 // TODO Dynamically supported suites: new providers may be dynamically
710 // added/removed and the set of supported suites may be changed
714 * array of supported cipher suites names
752 if (defaultCipherSuites[i].supported) {
759 if (defaultCipherSuites[i].supported) {
774 if (cipherSuites[i].supported) {
[all...]
H A DSSLParametersImpl.java236 if (cipherSuites[i] == null || !cipherSuites[i].supported) {
237 throw new IllegalArgumentException(suite + " is not supported.");
265 throw new IllegalArgumentException("Protocol " + protocol + " is not supported.");
H A DServerHandshakeImpl.java612 if (!clientSuite.supported) {
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldResultSetGetterTests.java83 static boolean[] supported = new boolean[]{ field in class:OldResultSetGetterTests
116 // Not supported: BIT,VARBINARY, LONGVARBINARY, BINARY, VARCHAR, LONGVARCHAR
692 * Not supported datatypes are not checked.
723 if (supported[i - 1]) {
735 if (supported[i-1]) {
762 if (supported[i-1]) {

Completed in 73 milliseconds