Searched defs:debug (Results 126 - 150 of 483) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/AppInputStream/
H A DRemoveMarkReset.java72 static boolean debug = false; field in class:RemoveMarkReset
169 if (debug)
170 System.setProperty("javax.net.debug", "all");
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ClientHandshaker/
H A DCipherSuiteOrder.java73 static boolean debug = false; field in class:CipherSuiteOrder
213 if (debug)
214 System.setProperty("javax.net.debug", "all");
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/InputRecord/
H A DSSLSocketTimeoutNulls.java74 static boolean debug = false; field in class:SSLSocketTimeoutNulls
194 if (debug)
195 System.setProperty("javax.net.debug", "all");
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLContextImpl/
H A DBadKSProvider.java71 static boolean debug = false; field in class:BadKSProvider
170 if (debug)
171 System.setProperty("javax.net.debug", "ssl,defaultctx");
H A DBadTSProvider.java71 static boolean debug = false; field in class:BadTSProvider
170 if (debug)
171 System.setProperty("javax.net.debug", "ssl,defaultctx");
H A DGoodProvider.java71 static boolean debug = false; field in class:GoodProvider
170 if (debug)
171 System.setProperty("javax.net.debug", "ssl,defaultctx");
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLEngineImpl/
H A DCloseStart.java41 private static boolean debug = false; field in class:CloseStart
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSessionImpl/
H A DHashCodeMissing.java73 static boolean debug = false; field in class:HashCodeMissing
179 if (debug)
180 System.setProperty("javax.net.debug", "all");
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/
H A DCloseSocketException.java78 static boolean debug = false; field in class:CloseSocketException
180 if (debug)
181 System.setProperty("javax.net.debug", "all");
H A DReuseAddr.java72 static boolean debug = false; field in class:ReuseAddr
174 if (debug)
175 System.setProperty("javax.net.debug", "all");
H A DReverseNameLookup.java71 static boolean debug = false; field in class:ReverseNameLookup
169 if (debug)
170 System.setProperty("javax.net.debug", "all");
H A DSSLSocketImplThrowsWrongExceptions.java72 static boolean debug = false; field in class:SSLSocketImplThrowsWrongExceptions
171 if (debug)
172 System.setProperty("javax.net.debug", "all");
H A DUnconnectedSocketWrongExceptions.java72 static boolean debug = false; field in class:UnconnectedSocketWrongExceptions
198 if (debug)
199 System.setProperty("javax.net.debug", "all");
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ServerHandshaker/
H A DAnonCipherWithWantClientAuth.java71 static boolean debug = false; field in class:AnonCipherWithWantClientAuth
173 if (debug)
174 System.setProperty("javax.net.debug", "all");
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/FixingJavadocs/
H A DImplicitHandshake.java73 static boolean debug = false; field in class:ImplicitHandshake
201 if (debug)
202 System.setProperty("javax.net.debug", "all");
H A DSSLSessionNulls.java73 static boolean debug = false; field in class:SSLSessionNulls
196 if (debug)
197 System.setProperty("javax.net.debug", "all");
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/TLSv11/
H A DExportableBlockCipher.java74 static boolean debug = false; field in class:ExportableBlockCipher
200 if (debug)
201 System.setProperty("javax.net.debug", "all");
H A DExportableStreamCipher.java74 static boolean debug = false; field in class:ExportableStreamCipher
200 if (debug)
201 System.setProperty("javax.net.debug", "all");
H A DGenericBlockCipher.java74 static boolean debug = false; field in class:GenericBlockCipher
176 if (debug)
177 System.setProperty("javax.net.debug", "all");
H A DGenericStreamCipher.java74 static boolean debug = false; field in class:GenericStreamCipher
176 if (debug)
177 System.setProperty("javax.net.debug", "all");
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/NewImpl/
H A DComHostnameVerifier.java72 static boolean debug = false; field in class:ComHostnameVerifier
255 if (debug)
256 System.setProperty("javax.net.debug", "all");
H A DJavaxHostnameVerifier.java70 static boolean debug = false; field in class:JavaxHostnameVerifier
250 if (debug)
251 System.setProperty("javax.net.debug", "all");
/openjdk7/jdk/test/sun/security/ssl/templates/
H A DSSLSocketTemplate.java72 static boolean debug = false; field in class:SSLSocketTemplate
167 if (debug)
168 System.setProperty("javax.net.debug", "all");
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DKeyChecker.java47 private static final Debug debug = Debug.getInstance("certpath"); field in class:KeyChecker
145 if (debug != null) {
146 debug.println("KeyChecker.verifyCAKeyUsage() ---checking " + msg
165 if (debug != null) {
166 debug.println("KeyChecker.verifyCAKeyUsage() " + msg
H A DVertex.java52 private static final Debug debug = Debug.getInstance("certpath"); field in class:Vertex
143 if (debug != null) {
144 debug.println("Vertex.certToString() unexpected exception");
178 if (debug != null) {
179 debug.println("Vertex.certToString() unexpected exception");
191 if (debug != null) {
192 debug.println("Vertex.certToString() 2 unexpected exception");

Completed in 60 milliseconds

1234567891011>>