Searched refs:isAvailable (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/security/provider/
H A DNativePRNG.java38 static boolean isAvailable() { method in class:NativePRNG
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DCipherSuiteList.java83 if (suite.isAvailable() == false) {
85 // clear the cache so that the isAvailable() call below
91 if (suite.isAvailable() == false) {
H A DKrb5Helper.java66 public static boolean isAvailable() { method in class:Krb5Helper
H A DCipherSuite.java189 boolean isAvailable() { method in class:CipherSuite
190 return allowed && keyExchange.isAvailable() && cipher.isAvailable();
194 return this != C_SCSV && isAvailable();
219 * currently useable. See isAvailable().
239 * constructed if the ID is unknown. Use isAvailable() to verify that
366 boolean isAvailable() { method in class:CipherSuite.KeyExchange
407 // supported and compile time enabled. Also see isAvailable()
480 boolean isAvailable() { method in class:CipherSuite.BulkCipher
485 return isAvailable(thi
499 private static synchronized boolean isAvailable(BulkCipher cipher) { method in class:CipherSuite.BulkCipher
[all...]
H A DHandshaker.java621 if (suite.isAvailable() && suite.obsoleted > protocol.v &&
H A DSSLContextImpl.java342 if (suite.isAvailable() &&
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DIIOPHelper.java69 public static boolean isAvailable() { method in class:IIOPHelper
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DSunEntries.java86 boolean nativeAvailable = NativePRNG.isAvailable();
/openjdk7/jdk/src/share/classes/sun/util/logging/
H A DLoggingSupport.java39 * to ensure that the logging support is {@linkplain #isAvailable available}
70 public static boolean isAvailable() { method in class:LoggingSupport
H A DPlatformLogger.java213 if (loggingEnabled || !LoggingSupport.isAvailable()) return;
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXSystemTrayPeer.java95 boolean isAvailable() { method in class:XSystemTrayPeer
H A DXToolkit.java1077 return peer.isAvailable();
/openjdk7/jdk/src/solaris/classes/sun/security/provider/
H A DNativePRNG.java95 static boolean isAvailable() { method in class:NativePRNG
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DIntrospector.java531 if (BeansHelper.isAvailable()) {
726 static boolean isAvailable() { method in class:Introspector.BeansHelper
/openjdk7/jdk/src/share/classes/sun/management/
H A DManagementFactoryHelper.java141 if (LoggingSupport.isAvailable()) {
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnector.java1896 if (!IIOPHelper.isAvailable())
2330 if (IIOPHelper.isAvailable()) {

Completed in 141 milliseconds