Searched defs:debug (Results 226 - 250 of 483) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DRedirect.java77 static boolean debug = false; field in class:Redirect
208 if (debug)
209 System.setProperty("javax.net.debug", "all");
H A DRetryHttps.java74 static boolean debug = false; field in class:RetryHttps
206 if (debug)
207 System.setProperty("javax.net.debug", "all");
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/NewImpl/
H A DComHTTPSConnection.java79 static boolean debug = false; field in class:ComHTTPSConnection
287 if (debug)
288 System.setProperty("javax.net.debug", "all");
H A DJavaxHTTPSConnection.java77 static boolean debug = false; field in class:JavaxHTTPSConnection
279 if (debug)
280 System.setProperty("javax.net.debug", "all");
/openjdk7/jdk/test/tools/jar/
H A DUpdateManifest.java40 static boolean debug = true; field in class:UpdateManifest
44 debug = false;
87 if (!debug) manifestOrig.deleteOnExit();
109 if (!debug) manifestUpdate.deleteOnExit();
129 if (!debug) f.deleteOnExit();
154 if (!debug) rc.deleteOnExit();
164 if (!debug) f.deleteOnExit();
/openjdk7/jdk/src/share/classes/sun/security/jca/
H A DProviderConfig.java45 private final static sun.security.util.Debug debug = field in class:ProviderConfig
178 if (debug != null) {
179 debug.println("Recursion loading provider: " + this);
208 if (debug != null) {
209 debug.println("Loading provider: " + ProviderConfig.this);
227 if (debug != null) {
228 debug.println("Loaded provider " + obj);
232 if (debug != null) {
233 debug.println(className + " is not a provider");
245 if (debug !
[all...]
/openjdk7/jdk/src/share/classes/sun/security/jgss/
H A DGSSHeader.java90 // debug("Parsing GSS token: ");
94 // debug("tag=" + tag);
105 // debug (" oid=" + mechOid);
107 // debug (" len starting with oid=" + length);
110 // debug(" mechToken length=" + mechTokenLength);
323 private void debug(String str) { method in class:GSSHeader
H A DGSSToken.java206 public static final void debug(String str) { method in class:GSSToken
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DBuildStep.java42 private static final Debug debug = Debug.getInstance("certpath"); field in class:BuildStep
H A DCertId.java58 private static final boolean debug = false; field in class:CertId
95 if (debug) {
157 if (debug) {
H A DConstraintsChecker.java54 private static final Debug debug = Debug.getInstance("certpath"); field in class:ConstraintsChecker
135 if (debug != null) {
136 debug.println("---checking " + msg + "...");
144 if (debug != null) {
145 debug.println("prevNC = " + prevNC);
146 debug.println("currDN = " + currCert.getSubjectX500Principal());
162 if (debug != null)
163 debug.println(msg + " verified.");
183 if (debug != null) {
184 debug
[all...]
H A DForwardState.java59 private static final Debug debug = Debug.getInstance("certpath"); field in class:ForwardState
129 if (debug != null) {
130 debug.println("ForwardState.toString() unexpected exception");
221 if (debug != null) {
222 debug.println("ForwardState.updateState() unexpected "
H A DOCSP.java66 private static final Debug debug = Debug.getInstance("certpath"); field in class:OCSP
226 if (debug != null) {
227 debug.println("connecting to OCSP service at: " + url);
243 if (debug != null &&
245 debug.println("Received HTTP error: " + con.getResponseCode()
300 if (debug != null) {
301 debug.println("No response found for CertId: " + certId);
307 if (debug != null) {
308 debug.println("Status of certificate (with serial number " +
H A DPKIXCertPathValidator.java67 private static final Debug debug = Debug.getInstance("certpath"); field in class:PKIXCertPathValidator
98 if (debug != null)
99 debug.println("PKIXCertPathValidator.engineValidate()...");
135 if (debug != null) {
137 debug.println("PKIXCertPathValidator.engineValidate() "
140 debug.println("PKIXCertPathValidator.engineValidate() "
164 if (debug != null) {
165 debug.println("PKIXCertPathValidator.engineValidate() "
175 if (debug != null) {
176 debug
[all...]
H A DReverseBuilder.java73 private Debug debug = Debug.getInstance("certpath"); field in class:ReverseBuilder
115 if (debug != null)
116 debug.println("In ReverseBuilder.getMatchingCerts.");
186 if (debug != null) {
187 debug.println("ReverseBuilder.getMatchingEECerts got " + eeCerts.size()
254 if (debug != null)
255 debug.println("ReverseBuilder.getMatchingCACerts got " +
270 private Debug debug = Debug.getInstance("certpath"); field in class:ReverseBuilder.PKIXCertComparator
294 if (debug != null) {
295 debug
[all...]
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DEngineWriter.java58 private static final Debug debug = Debug.getInstance("ssl"); field in class:EngineWriter
165 if (debug != null && Debug.isOn("packet")) {
187 if (debug != null && Debug.isOn("packet")) {
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DManifestEntryVerifier.java45 private static final Debug debug = Debug.getInstance("jar"); field in class:ManifestEntryVerifier
211 if (debug != null) {
212 debug.println("Manifest Entry: " +
214 debug.println(" manifest " + toHex(manHash));
215 debug.println(" computed " + toHex(theHash));
216 debug.println();
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DInhibitAnyPolicyExtension.java67 private static final Debug debug = Debug.getInstance("certpath"); field in class:InhibitAnyPolicyExtension
/openjdk7/jdk/src/share/classes/sun/tools/jps/
H A DArguments.java41 private static final boolean debug = Boolean.getBoolean("jps.debug"); field in class:Arguments
128 return debug;
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DLargeZipFile.java31 static final boolean debug = System.getProperty("debug") != null; field in class:LargeZipFile
81 if (!userFile && !debug) {
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DHttpOnly.java119 debug("Set-Cookie:" + setCookie);
128 debug("Set-Cookie2:" + setCookie2);
142 debug("Set-Cookie:" + setCookieValues);
150 debug("Set-Cookie2:" + setCookieValues);
257 boolean debug = false; field in class:HttpOnly
262 void debug(String message) { if (debug) System.out.println(message); } method in class:HttpOnly
/openjdk7/jdk/src/share/classes/sun/management/snmp/util/
H A DMibLogger.java186 public void debug(String func, String msg) { method in class:MibLogger
192 public void debug(String func, Throwable t) { method in class:MibLogger
198 public void debug(String func, String msg, Throwable t) { method in class:MibLogger
/openjdk7/jdk/src/solaris/classes/sun/security/smartcardio/
H A DPlatformPCSC.java45 static final Debug debug = Debug.getInstance("pcsc"); field in class:PlatformPCSC
65 if (debug != null) {
66 debug.println("Using PC/SC library: " + library);
/openjdk7/jdk/test/sun/security/mscapi/
H A DShortRSAKeyWithinTLS.java57 static boolean debug = false; field in class:ShortRSAKeyWithinTLS
222 if (debug) {
223 System.setProperty("javax.net.debug", "all");
/openjdk7/jdk/test/sun/security/pkcs11/KeyStore/
H A DClientAuth.java64 static boolean debug = false; field in class:ClientAuth
228 if (debug) {
229 System.setProperty("javax.net.debug", "all");

Completed in 308 milliseconds

1234567891011>>