Searched refs:debug (Results 1 - 25 of 73) sorted by relevance

123

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DPKIXMasterCertPathValidator.java49 private static final Debug debug = Debug.getInstance("certpath"); field in class:PKIXMasterCertPathValidator
75 if (debug != null) {
76 debug.println("--------------------------------------------------"
78 debug.println("Executing PKIX certification path validation "
91 if (debug != null)
92 debug.println("Checking cert" + (i+1) + " ...");
100 if (debug != null && !unresCritExts.isEmpty()) {
101 debug.println("Set of critical extensions:");
103 debug.println(oid);
110 if (debug !
[all...]
H A DConstraintsChecker.java55 private static final Debug debug = Debug.getInstance("certpath"); field in class:ConstraintsChecker
138 if (debug != null) {
139 debug.println("---checking " + msg + "...");
147 if (debug != null) {
148 debug.println("prevNC = " + prevNC);
149 debug.println("currDN = " + currCert.getSubjectX500Principal());
165 if (debug != null)
166 debug.println(msg + " verified.");
186 if (debug != null) {
187 debug
[all...]
H A DPolicyChecker.java74 private static final Debug debug = Debug.getInstance("certpath"); field in class:PolicyChecker
201 if (debug != null) {
202 debug.println("PolicyChecker.checkPolicy() ---checking " + msg
204 debug.println("PolicyChecker.checkPolicy() certIndex = "
206 debug.println("PolicyChecker.checkPolicy() BEFORE PROCESSING: "
208 debug.println("PolicyChecker.checkPolicy() BEFORE PROCESSING: "
210 debug.println("PolicyChecker.checkPolicy() BEFORE PROCESSING: "
212 debug.println("PolicyChecker.checkPolicy() BEFORE PROCESSING: "
239 if (debug != null) {
240 debug
[all...]
H A DForwardBuilder.java64 private static final Debug debug = Debug.getInstance("certpath"); field in class:ForwardBuilder
114 if (debug != null) {
115 debug.println("ForwardBuilder.getMatchingCerts()...");
147 if (debug != null) {
148 debug.println("ForwardBuilder.getMatchingEECerts()...");
191 if (debug != null) {
192 debug.println("ForwardBuilder.getMatchingCACerts()...");
211 if (debug != null) {
212 debug.println("ForwardBuilder.getMatchingCACerts(): ca is target");
293 if (debug !
[all...]
H A DURICertStore.java91 private static final Debug debug = Debug.getInstance("certpath"); field in class:URICertStore
191 if (debug != null) {
192 debug.println("CertStore URI:" + params.uri);
199 if (debug != null) {
200 debug.println("URICertStore.getInstance: cache hit");
224 if (debug != null) {
225 debug.println("exception creating CertStore: " + ex);
270 if (debug != null) {
271 debug.println("Returning certificates from cache");
286 if (debug !
[all...]
H A DSunCertPathBuilder.java72 private static final Debug debug = Debug.getInstance("certpath"); field in class:SunCertPathBuilder
126 if (debug != null) {
127 debug.println("SunCertPathBuilder.engineBuild(" + params + ")");
138 if (debug != null) {
139 debug.println("SunCertPathBuilder.engineBuild: 2nd pass");
170 if (debug != null) {
171 debug.println("SunCertPathBuilder.engineBuild() exception in "
183 if (debug != null)
184 debug.println("SunCertPathBuilder.engineBuild() "
198 if (debug !
[all...]
H A DBuilder.java56 private static final Debug debug = Debug.getInstance("certpath"); field in class:Builder
148 if (debug != null) {
149 debug.println("Builder.distance(): Names are different types");
153 if (debug != null) {
154 debug.println("Builder.distance(): Names are same type but " +
195 if (debug != null) {
196 debug.println("Builder.hops(): Names are different types");
217 if (debug != null) {
218 debug.println("Builder.hops(): hopDistance not implemented " +
227 if (debug !
[all...]
H A DDistributionPointFetcher.java55 private static final Debug debug = Debug.getInstance("certpath"); field in class:DistributionPointFetcher
104 if (debug != null) {
105 debug.println("DistributionPointFetcher.getCRLs: Checking "
111 if (debug != null) {
112 debug.println("No CRLDP ext");
127 if (debug != null) {
128 debug.println("Returning " + results.size() + " CRLs");
217 if (debug != null) {
218 debug.println("Exception verifying CRL: " + e.getMessage());
231 if (debug !
[all...]
H A DUntrustedChecker.java46 private static final Debug debug = Debug.getInstance("certpath"); field in class:UntrustedChecker
79 if (debug != null) {
80 debug.println("UntrustedChecker: untrusted certificate " +
H A DOCSPResponse.java134 private static final Debug debug = Debug.getInstance("certpath"); field in class:OCSPResponse
135 private static final boolean dump = debug != null && Debug.isOn("ocsp");
195 debug.println("OCSPResponse bytes...\n\n" +
213 if (debug != null) {
214 debug.println("OCSP response status: " + responseStatus);
243 if (debug != null) {
244 debug.println("OCSP response type: basic");
247 if (debug != null) {
248 debug.println("OCSP response type: " + responseType);
295 if (debug !
[all...]
H A DBasicChecker.java62 private static final Debug debug = Debug.getInstance("certpath"); field in class:BasicChecker
162 if (debug != null)
163 debug.println("---checking " + msg + "...");
179 if (debug != null)
180 debug.println(msg + " verified.");
190 if (debug != null)
191 debug.println("---checking " + msg + ":" + date.toString() + "...");
203 if (debug != null)
204 debug.println(msg + " verified.");
216 if (debug !
[all...]
H A DPKIXCertPathValidator.java48 private static final Debug debug = Debug.getInstance("certpath"); field in class:PKIXCertPathValidator
85 if (debug != null)
86 debug.println("PKIXCertPathValidator.engineValidate()...");
123 if (debug != null) {
124 debug.println("NO - don't try this trustedCert");
129 if (debug != null) {
130 debug.println("YES - try this trustedCert");
131 debug.println("anchor.getTrustedCert()."
136 if (debug != null) {
137 debug
[all...]
H A DKeyChecker.java47 private static final Debug debug = Debug.getInstance("certpath"); field in class:KeyChecker
144 if (debug != null) {
145 debug.println("KeyChecker.verifyCAKeyUsage() ---checking " + msg
164 if (debug != null) {
165 debug.println("KeyChecker.verifyCAKeyUsage() " + msg
H A DRevocationChecker.java53 private static final Debug debug = Debug.getInstance("certpath"); field in class:RevocationChecker
159 if (debug != null) {
160 debug.println("RevocationChecker: " +
287 if (debug != null) {
288 debug.println("CertStore exception:" + e);
348 if (debug != null) {
349 debug.println("Skipping revocation check, not end " +
381 if (debug != null) {
382 debug.println("RevocationChecker.check() " + e.getMessage());
383 debug
[all...]
H A DReverseBuilder.java74 private Debug debug = Debug.getInstance("certpath"); field in class:ReverseBuilder
113 if (debug != null)
114 debug.println("In ReverseBuilder.getMatchingCerts.");
184 if (debug != null) {
185 debug.println("ReverseBuilder.getMatchingEECerts got "
260 if (debug != null)
261 debug.println("ReverseBuilder.getMatchingCACerts got " +
276 private Debug debug = Debug.getInstance("certpath"); field in class:ReverseBuilder.PKIXCertComparator
302 if (debug != null) {
303 debug
[all...]
/libcore/luni/src/main/java/javax/xml/validation/
H A DSchemaFactoryFinder.java48 /** debug support code. */
49 private static boolean debug = false; field in class:SchemaFactoryFinder
64 if (debug) debugPrintln("Read properties file " + f);
68 if (debug) {
82 String val = System.getProperty("jaxp.debug");
83 // Allow simply setting the prop to turn on debug
84 debug = val != null && (! "false".equals(val));
88 * <p>Conditional debug printing.</p>
93 if (debug) {
116 if( debug ) {
[all...]
/libcore/ojluni/src/main/java/java/security/cert/
H A DX509CertSelector.java89 private static final Debug debug = Debug.getInstance("certpath"); field in class:X509CertSelector
901 if (debug != null) {
902 debug.println("X509CertSelector.makeGeneralNameInterface("
907 if (debug != null) {
908 debug.println("X509CertSelector.makeGeneralNameInterface() "
934 if (debug != null) {
935 debug.println("X509CertSelector.makeGeneralNameInterface() "
940 if (debug != null) {
941 debug.println
977 if (debug !
[all...]
/libcore/luni/src/main/java/javax/xml/xpath/
H A DXPathFactoryFinder.java44 /** debug support code. */
45 private static boolean debug = false; field in class:XPathFactoryFinder
53 String val = System.getProperty("jaxp.debug");
54 // Allow simply setting the prop to turn on debug
55 debug = val != null && (! "false".equals(val));
71 if (debug) debugPrintln("Read properties file " + f);
75 if (debug) {
84 * <p>Conditional debug printing.</p>
89 if (debug) {
112 if (debug) {
[all...]
/libcore/ojluni/src/main/java/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);
226 if (debug != null) {
227 debug.println("Error loading provider " + ProviderConfig.this);
260 if (debug != null) {
261 debug.println("Loaded provider " + obj);
265 if (debug !
[all...]
H A DProviders.java240 if (ProviderList.debug != null) {
241 ProviderList.debug.println("ThreadLocal providers: " + list);
251 if (ProviderList.debug != null) {
252 ProviderList.debug.println("Disabling ThreadLocal providers");
256 if (ProviderList.debug != null) {
257 ProviderList.debug.println
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ldap/
H A DLDAPCertStore.java109 private static final Debug debug = Debug.getInstance("certpath"); field in class:LDAPCertStore
228 if (debug != null) {
229 debug.println("LDAPCertStore.getInstance: cache hit");
254 if (debug != null) {
255 debug.println("LDAPCertStore disabling app resource files");
271 if (debug != null) {
272 debug.println("LDAPCertStore.engineInit about to throw "
414 if (debug != null) {
416 debug.println("LDAPCertStore.getAttrValues() "
466 if (debug !
[all...]
/libcore/luni/src/main/java/javax/xml/datatype/
H A DFactoryFinder.java48 private static boolean debug = false; field in class:FactoryFinder
63 if (debug) debugPrintln("Read properties file " + f);
67 if (debug) {
85 String val = System.getProperty("jaxp.debug");
86 // Allow simply setting the prop to turn on debug
87 debug = val != null && (! "false".equals(val));
98 if (debug) {
121 if (debug) debugPrintln(
129 if (debug) debugPrintln(
160 if (debug) {
[all...]
/libcore/ojluni/src/main/java/sun/security/util/
H A DSignatureFileVerifier.java46 private static final Debug debug = Debug.getInstance("jar"); field in class:SignatureFileVerifier
261 if (debug != null) {
262 debug.println("processSignature signed name = "+name);
265 } else if (debug != null) {
266 debug.println("processSignature unsigned name = "+name);
303 if (debug != null) {
304 debug.println("Signature File: Manifest digest " +
306 debug.println( " sigfile " + toHex(expectedHash));
307 debug.println( " computed " + toHex(computedHash));
308 debug
[all...]
/libcore/ojluni/src/main/java/java/security/
H A DSecureClassLoader.java55 private static final Debug debug = Debug.getInstance("scl"); field in class:SecureClassLoader
209 if (debug != null) {
210 debug.println(" getPermissions "+ pd);
211 debug.println("");
/libcore/ojluni/src/main/java/sun/net/
H A DTransferProtocolClient.java43 static final boolean debug = false; field in class:TransferProtocolClient
77 if (debug) {
119 if (debug) {

Completed in 365 milliseconds

123