Home
last modified time | relevance | path

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

123

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DPKIXMasterCertPathValidator.java49 private static final Debug debug = Debug.getInstance("certpath"); field in PKIXMasterCertPathValidator
75 if (debug != null) { in validate()
76 debug.println("--------------------------------------------------" in validate()
78 debug.println("Executing PKIX certification path validation " in validate()
91 if (debug != null) in validate()
92 debug.println("Checking cert" + (i+1) + " ..."); in validate()
100 if (debug != null && !unresCritExts.isEmpty()) { in validate()
101 debug.println("Set of critical extensions:"); in validate()
103 debug.println(oid); in validate()
110 if (debug != null) { in validate()
[all …]
DForwardBuilder.java64 private static final Debug debug = Debug.getInstance("certpath"); field in ForwardBuilder
114 if (debug != null) { in getMatchingCerts()
115 debug.println("ForwardBuilder.getMatchingCerts()..."); in getMatchingCerts()
147 if (debug != null) { in getMatchingEECerts()
148 debug.println("ForwardBuilder.getMatchingEECerts()..."); in getMatchingEECerts()
191 if (debug != null) { in getMatchingCACerts()
192 debug.println("ForwardBuilder.getMatchingCACerts()..."); in getMatchingCACerts()
211 if (debug != null) { in getMatchingCACerts()
212 debug.println("ForwardBuilder.getMatchingCACerts(): ca is target"); in getMatchingCACerts()
293 if (debug != null) { in getMatchingCACerts()
[all …]
DPolicyChecker.java74 private static final Debug debug = Debug.getInstance("certpath"); field in PolicyChecker
201 if (debug != null) { in checkPolicy()
202 debug.println("PolicyChecker.checkPolicy() ---checking " + msg in checkPolicy()
204 debug.println("PolicyChecker.checkPolicy() certIndex = " in checkPolicy()
206 debug.println("PolicyChecker.checkPolicy() BEFORE PROCESSING: " in checkPolicy()
208 debug.println("PolicyChecker.checkPolicy() BEFORE PROCESSING: " in checkPolicy()
210 debug.println("PolicyChecker.checkPolicy() BEFORE PROCESSING: " in checkPolicy()
212 debug.println("PolicyChecker.checkPolicy() BEFORE PROCESSING: " in checkPolicy()
239 if (debug != null) { in checkPolicy()
240 debug.println("PolicyChecker.checkPolicy() AFTER PROCESSING: " in checkPolicy()
[all …]
DConstraintsChecker.java55 private static final Debug debug = Debug.getInstance("certpath"); field in ConstraintsChecker
138 if (debug != null) { in verifyNameConstraints()
139 debug.println("---checking " + msg + "..."); in verifyNameConstraints()
147 if (debug != null) { in verifyNameConstraints()
148 debug.println("prevNC = " + prevNC); in verifyNameConstraints()
149 debug.println("currDN = " + currCert.getSubjectX500Principal()); in verifyNameConstraints()
165 if (debug != null) in verifyNameConstraints()
166 debug.println(msg + " verified."); in verifyNameConstraints()
186 if (debug != null) { in mergeNameConstraints()
187 debug.println("prevNC = " + prevNC); in mergeNameConstraints()
[all …]
DSunCertPathBuilder.java72 private static final Debug debug = Debug.getInstance("certpath"); field in SunCertPathBuilder
126 if (debug != null) { in engineBuild()
127 debug.println("SunCertPathBuilder.engineBuild(" + params + ")"); in engineBuild()
138 if (debug != null) { in build()
139 debug.println("SunCertPathBuilder.engineBuild: 2nd pass"); in build()
170 if (debug != null) { in buildCertPath()
171 debug.println("SunCertPathBuilder.engineBuild() exception in " in buildCertPath()
183 if (debug != null) in buildCertPath()
184 debug.println("SunCertPathBuilder.engineBuild() " in buildCertPath()
198 if (debug != null) { in buildCertPath()
[all …]
DDistributionPointFetcher.java55 private static final Debug debug = Debug.getInstance("certpath"); field in DistributionPointFetcher
104 if (debug != null) { in getCRLs()
105 debug.println("DistributionPointFetcher.getCRLs: Checking " in getCRLs()
111 if (debug != null) { in getCRLs()
112 debug.println("No CRLDP ext"); in getCRLs()
127 if (debug != null) { in getCRLs()
128 debug.println("Returning " + results.size() + " CRLs"); in getCRLs()
217 if (debug != null) { in getCRLs()
218 debug.println("Exception verifying CRL: " + e.getMessage()); in getCRLs()
231 if (debug != null) { in getCRL()
[all …]
DOCSPResponse.java134 private static final Debug debug = Debug.getInstance("certpath"); field in OCSPResponse
135 private static final boolean dump = debug != null && Debug.isOn("ocsp");
195 debug.println("OCSPResponse bytes...\n\n" + in OCSPResponse()
213 if (debug != null) { in OCSPResponse()
214 debug.println("OCSP response status: " + responseStatus); in OCSPResponse()
243 if (debug != null) { in OCSPResponse()
244 debug.println("OCSP response type: basic"); in OCSPResponse()
247 if (debug != null) { in OCSPResponse()
248 debug.println("OCSP response type: " + responseType); in OCSPResponse()
295 if (debug != null) { in OCSPResponse()
[all …]
DURICertStore.java91 private static final Debug debug = Debug.getInstance("certpath"); field in URICertStore
191 if (debug != null) { in getInstance()
192 debug.println("CertStore URI:" + params.uri); in getInstance()
199 if (debug != null) { in getInstance()
200 debug.println("URICertStore.getInstance: cache hit"); in getInstance()
224 if (debug != null) { in getInstance()
225 debug.println("exception creating CertStore: " + ex); in getInstance()
270 if (debug != null) { in engineGetCertificates()
271 debug.println("Returning certificates from cache"); in engineGetCertificates()
286 if (debug != null) { in engineGetCertificates()
[all …]
DBasicChecker.java62 private static final Debug debug = Debug.getInstance("certpath"); field in BasicChecker
162 if (debug != null) in verifySignature()
163 debug.println("---checking " + msg + "..."); in verifySignature()
179 if (debug != null) in verifySignature()
180 debug.println(msg + " verified."); in verifySignature()
190 if (debug != null) in verifyTimestamp()
191 debug.println("---checking " + msg + ":" + date.toString() + "..."); in verifyTimestamp()
203 if (debug != null) in verifyTimestamp()
204 debug.println(msg + " verified."); in verifyTimestamp()
216 if (debug != null) in verifyNameChaining()
[all …]
DBuilder.java56 private static final Debug debug = Debug.getInstance("certpath"); field in Builder
148 if (debug != null) { in distance()
149 debug.println("Builder.distance(): Names are different types"); in distance()
153 if (debug != null) { in distance()
154 debug.println("Builder.distance(): Names are same type but " + in distance()
195 if (debug != null) { in hops()
196 debug.println("Builder.hops(): Names are different types"); in hops()
217 if (debug != null) { in hops()
218 debug.println("Builder.hops(): hopDistance not implemented " + in hops()
227 if (debug != null) { in hops()
[all …]
DRevocationChecker.java53 private static final Debug debug = Debug.getInstance("certpath"); field in RevocationChecker
159 if (debug != null) { in init()
160 debug.println("RevocationChecker: " + in init()
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.println("RevocationChecker.check() preparing to failover");
[all …]
DPKIXCertPathValidator.java48 private static final Debug debug = Debug.getInstance("certpath"); field in PKIXCertPathValidator
85 if (debug != null) in validate()
86 debug.println("PKIXCertPathValidator.engineValidate()..."); in validate()
123 if (debug != null) { in validate()
124 debug.println("NO - don't try this trustedCert"); in validate()
129 if (debug != null) { in validate()
130 debug.println("YES - try this trustedCert"); in validate()
131 debug.println("anchor.getTrustedCert()." in validate()
136 if (debug != null) { in validate()
137 debug.println("PKIXCertPathValidator.engineValidate(): " in validate()
DReverseBuilder.java74 private Debug debug = Debug.getInstance("certpath"); field in ReverseBuilder
113 if (debug != null) in getMatchingCerts()
114 debug.println("In ReverseBuilder.getMatchingCerts."); in getMatchingCerts()
184 if (debug != null) { in getMatchingEECerts()
185 debug.println("ReverseBuilder.getMatchingEECerts got " in getMatchingEECerts()
260 if (debug != null) in getMatchingCACerts()
261 debug.println("ReverseBuilder.getMatchingCACerts got " + in getMatchingCACerts()
276 private Debug debug = Debug.getInstance("certpath"); field in ReverseBuilder.PKIXCertComparator
302 if (debug != null) { in compare()
303 debug.println("IOException in call to Builder.targetDistance"); in compare()
[all …]
DKeyChecker.java47 private static final Debug debug = Debug.getInstance("certpath"); field in KeyChecker
144 if (debug != null) { in verifyCAKeyUsage()
145 debug.println("KeyChecker.verifyCAKeyUsage() ---checking " + msg in verifyCAKeyUsage()
164 if (debug != null) { in verifyCAKeyUsage()
165 debug.println("KeyChecker.verifyCAKeyUsage() " + msg in verifyCAKeyUsage()
/libcore/ojluni/src/main/java/java/security/cert/
DX509CertSelector.java89 private static final Debug debug = Debug.getInstance("certpath"); field in X509CertSelector
901 if (debug != null) { in makeGeneralNameInterface()
902 debug.println("X509CertSelector.makeGeneralNameInterface(" in makeGeneralNameInterface()
907 if (debug != null) { in makeGeneralNameInterface()
908 debug.println("X509CertSelector.makeGeneralNameInterface() " in makeGeneralNameInterface()
934 if (debug != null) { in makeGeneralNameInterface()
935 debug.println("X509CertSelector.makeGeneralNameInterface() " in makeGeneralNameInterface()
940 if (debug != null) { in makeGeneralNameInterface()
941 debug.println in makeGeneralNameInterface()
977 if (debug != null) { in makeGeneralNameInterface()
[all …]
DX509CRLSelector.java79 private static final Debug debug = Debug.getInstance("certpath"); field in X509CRLSelector
613 if (debug != null) { in match()
614 debug.println("X509CRLSelector.match: issuer DNs " in match()
625 if (debug != null) { in match()
626 debug.println("X509CRLSelector.match: no CRLNumber"); in match()
637 if (debug != null) { in match()
638 debug.println("X509CRLSelector.match: exception in " in match()
647 if (debug != null) { in match()
648 debug.println("X509CRLSelector.match: CRLNumber too small"); in match()
657 if (debug != null) { in match()
[all …]
/libcore/luni/src/main/java/javax/xml/validation/
DSchemaFactoryFinder.java49 private static boolean debug = false; field in SchemaFactoryFinder
64 if (debug) debugPrintln("Read properties file " + f);
68 if (debug) {
84 debug = val != null && (! "false".equals(val));
93 if (debug) { in debugPrintln()
116 if( debug ) { in SchemaFactoryFinder()
153 if (debug) { in newFactory()
176 if (debug) debugPrintln("Looking up system property '"+propertyName+"'" ); in _newFactory()
179 if (debug) debugPrintln("The value is '"+r+"'"); in _newFactory()
183 else if (debug) { in _newFactory()
[all …]
/libcore/luni/src/main/java/javax/xml/xpath/
DXPathFactoryFinder.java45 private static boolean debug = false; field in XPathFactoryFinder
55 debug = val != null && (! "false".equals(val));
71 if (debug) debugPrintln("Read properties file " + f);
75 if (debug) {
89 if (debug) { in debugPrintln()
112 if (debug) { in XPathFactoryFinder()
148 if (debug) { in newFactory()
169 if (debug) debugPrintln("Looking up system property '"+propertyName+"'" ); in _newFactory()
172 if (debug) debugPrintln("The value is '"+r+"'"); in _newFactory()
175 } else if (debug) { in _newFactory()
[all …]
/libcore/luni/src/main/java/javax/xml/datatype/
DFactoryFinder.java48 private static boolean debug = false; field in FactoryFinder
63 if (debug) debugPrintln("Read properties file " + f);
67 if (debug) {
87 debug = val != null && (! "false".equals(val));
98 if (debug) { in debugPrintln()
121 if (debug) debugPrintln( in findClassLoader()
129 if (debug) debugPrintln( in findClassLoader()
160 if (debug) { in newInstance()
193 if (debug) debugPrintln("found " + systemProp + " in the system property " + factoryId); in find()
200 if (debug) debugPrintln("found " + factoryClassName + " in $java.home/jaxp.properties"); in find()
[all …]
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ldap/
DLDAPCertStore.java109 private static final Debug debug = Debug.getInstance("certpath"); field in LDAPCertStore
228 if (debug != null) { in getInstance()
229 debug.println("LDAPCertStore.getInstance: cache hit"); in getInstance()
254 if (debug != null) { in createInitialDirContext()
255 debug.println("LDAPCertStore disabling app resource files"); in createInitialDirContext()
271 if (debug != null) { in createInitialDirContext()
272 debug.println("LDAPCertStore.engineInit about to throw " in createInitialDirContext()
414 if (debug != null) { in getAttributeValues()
416 debug.println("LDAPCertStore.getAttrValues() " in getAttributeValues()
466 if (debug != null) { in getCertificates()
[all …]
/libcore/ojluni/src/main/java/sun/security/util/
DSignatureFileVerifier.java46 private static final Debug debug = Debug.getInstance("jar"); field in SignatureFileVerifier
261 if (debug != null) { in processImpl()
262 debug.println("processSignature signed name = "+name); in processImpl()
265 } else if (debug != null) { in processImpl()
266 debug.println("processSignature unsigned name = "+name); in processImpl()
303 if (debug != null) { in verifyManifestHash()
304 debug.println("Signature File: Manifest digest " + in verifyManifestHash()
306 debug.println( " sigfile " + toHex(expectedHash)); in verifyManifestHash()
307 debug.println( " computed " + toHex(computedHash)); in verifyManifestHash()
308 debug.println(); in verifyManifestHash()
[all …]
/libcore/ojluni/src/main/java/sun/security/jca/
DProviderConfig.java45 private final static sun.security.util.Debug debug = field in ProviderConfig
178 if (debug != null) { in getProvider()
179 debug.println("Recursion loading provider: " + this); in getProvider()
208 if (debug != null) { in doLoadProvider()
209 debug.println("Loading provider: " + ProviderConfig.this); in doLoadProvider()
226 if (debug != null) { in doLoadProvider()
227 debug.println("Error loading provider " + ProviderConfig.this); in doLoadProvider()
260 if (debug != null) {
261 debug.println("Loaded provider " + obj);
265 if (debug != null) {
[all …]
DProviders.java240 if (ProviderList.debug != null) { in beginThreadProviderList()
241 ProviderList.debug.println("ThreadLocal providers: " + list); in beginThreadProviderList()
251 if (ProviderList.debug != null) { in endThreadProviderList()
252 ProviderList.debug.println("Disabling ThreadLocal providers"); in endThreadProviderList()
256 if (ProviderList.debug != null) { in endThreadProviderList()
257 ProviderList.debug.println in endThreadProviderList()
/libcore/ojluni/src/main/java/sun/security/ssl/
DClientHandshaker.java257 if (debug != null && Debug.isOn("handshake")) { in processMessage()
314 if (debug != null && Debug.isOn("handshake")) { in serverHelloRequest()
351 if (debug != null && Debug.isOn("handshake")) { in serverHelloRequest()
375 if (debug != null && Debug.isOn("handshake")) { in serverHello()
439 if (debug != null && Debug.isOn("handshake")) { in serverHello()
515 if (debug != null && Debug.isOn("session")) { in serverHello()
529 if (debug != null && Debug.isOn("session")) in serverHello()
533 if (debug != null && Debug.isOn("session")) in serverHello()
547 if (debug != null && Debug.isOn("session")) { in serverHello()
586 if (debug != null && Debug.isOn("handshake")) { in serverHello()
[all …]
/libcore/ojluni/src/main/java/java/security/
DSecureClassLoader.java55 private static final Debug debug = Debug.getInstance("scl"); field in SecureClassLoader
209 if (debug != null) { in getProtectionDomain()
210 debug.println(" getPermissions "+ pd); in getProtectionDomain()
211 debug.println(""); in getProtectionDomain()

123