/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
D | PKIXMasterCertPathValidator.java | 50 private static final Debug debug = Debug.getInstance("certpath"); field in PKIXMasterCertPathValidator 76 if (debug != null) { in validate() 77 debug.println("--------------------------------------------------" in validate() 79 debug.println("Executing PKIX certification path validation " in validate() 94 if (debug != null) { in validate() 95 debug.println("Checking cert" + (i+1) + " - Subject: " + in validate() 104 if (debug != null && !unresCritExts.isEmpty()) { in validate() 109 debug.println("Set of critical extensions: " + in validate() 116 if (debug != null) { in validate() 117 debug.println("-Using checker" + (j + 1) + " ... [" + in validate() [all …]
|
D | ForwardBuilder.java | 65 private static final Debug debug = Debug.getInstance("certpath"); field in ForwardBuilder 113 if (debug != null) { in getMatchingCerts() 114 debug.println("ForwardBuilder.getMatchingCerts()..."); in getMatchingCerts() 148 if (debug != null) { in getMatchingEECerts() 149 debug.println("ForwardBuilder.getMatchingEECerts()..."); in getMatchingEECerts() 192 if (debug != null) { in getMatchingCACerts() 193 debug.println("ForwardBuilder.getMatchingCACerts()..."); in getMatchingCACerts() 212 if (debug != null) { in getMatchingCACerts() 213 debug.println("ForwardBuilder.getMatchingCACerts(): " + in getMatchingCACerts() 287 if (debug != null) { in getMatchingCACerts() [all …]
|
D | PolicyChecker.java | 74 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 …]
|
D | DistributionPointFetcher.java | 54 private static final Debug debug = Debug.getInstance("certpath"); field in DistributionPointFetcher 103 if (debug != null) { in getCRLs() 104 debug.println("DistributionPointFetcher.getCRLs: Checking " in getCRLs() 110 if (debug != null) { in getCRLs() 111 debug.println("No CRLDP ext"); in getCRLs() 126 if (debug != null) { in getCRLs() 127 debug.println("Returning " + results.size() + " CRLs"); in getCRLs() 216 if (debug != null) { in getCRLs() 217 debug.println("Exception verifying CRL: " + e.getMessage()); in getCRLs() 230 if (debug != null) { in getCRL() [all …]
|
D | ConstraintsChecker.java | 55 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() 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() 194 if (debug != null) { in mergeNameConstraints() [all …]
|
D | OCSPResponse.java | 134 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 …]
|
D | SunCertPathBuilder.java | 69 private static final Debug debug = Debug.getInstance("certpath"); field in SunCertPathBuilder 121 if (debug != null) { in engineBuild() 122 debug.println("SunCertPathBuilder.engineBuild(" + params + ")"); in engineBuild() 133 if (debug != null) { in build() 134 debug.println("SunCertPathBuilder.engineBuild: 2nd pass; " + in build() 162 if (debug != null) { in buildCertPath() 163 debug.println("SunCertPathBuilder.engineBuild() exception in " in buildCertPath() 175 if (debug != null) in buildCertPath() 176 debug.println("SunCertPathBuilder.engineBuild() " in buildCertPath() 190 if (debug != null) { in buildCertPath() [all …]
|
D | URICertStore.java | 91 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 …]
|
D | BasicChecker.java | 62 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 …]
|
D | Builder.java | 56 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 …]
|
D | RevocationChecker.java | 53 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); 346 if (debug != null) { 347 debug.println("RevocationChecker.check: checking cert" + 354 if (debug != null) { 355 debug.println("Skipping revocation check; cert is not " + 387 if (debug != null) { [all …]
|
D | PKIXCertPathValidator.java | 48 private static final Debug debug = Debug.getInstance("certpath"); field in PKIXCertPathValidator 85 if (debug != null) in validate() 86 debug.println("PKIXCertPathValidator.engineValidate()..."); in validate() 120 if (debug != null) { in validate() 121 debug.println("NO - don't try this trustedCert"); in validate() 126 if (debug != null) { in validate() 127 debug.println("YES - try this trustedCert"); in validate() 128 debug.println("anchor.getTrustedCert()." in validate() 133 if (debug != null) { in validate() 134 debug.println("PKIXCertPathValidator.engineValidate(): " in validate()
|
D | AdaptableX509CertSelector.java | 52 private static final Debug debug = Debug.getInstance("certpath"); field in AdaptableX509CertSelector 217 if (debug != null) { in matchSubjectKeyID() 218 debug.println("AdaptableX509CertSelector.match: " in matchSubjectKeyID() 228 if (debug != null) { in matchSubjectKeyID() 229 debug.println("AdaptableX509CertSelector.match: " in matchSubjectKeyID() 237 if (debug != null) { in matchSubjectKeyID() 238 debug.println("AdaptableX509CertSelector.match: " in matchSubjectKeyID()
|
D | KeyChecker.java | 47 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/ |
D | X509CertSelector.java | 88 private static final Debug debug = Debug.getInstance("certpath"); field in X509CertSelector 900 if (debug != null) { in makeGeneralNameInterface() 901 debug.println("X509CertSelector.makeGeneralNameInterface(" in makeGeneralNameInterface() 906 if (debug != null) { in makeGeneralNameInterface() 907 debug.println("X509CertSelector.makeGeneralNameInterface() " in makeGeneralNameInterface() 933 if (debug != null) { in makeGeneralNameInterface() 934 debug.println("X509CertSelector.makeGeneralNameInterface() " in makeGeneralNameInterface() 939 if (debug != null) { in makeGeneralNameInterface() 940 debug.println in makeGeneralNameInterface() 976 if (debug != null) { in makeGeneralNameInterface() [all …]
|
D | X509CRLSelector.java | 79 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/ |
D | SchemaFactoryFinder.java | 49 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/ |
D | XPathFactoryFinder.java | 45 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/ |
D | FactoryFinder.java | 48 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/util/ |
D | SignatureFileVerifier.java | 62 private static final Debug debug = Debug.getInstance("jar"); field in SignatureFileVerifier 335 if (debug != null) { in processImpl() 336 debug.println("processSignature signed name = "+name); in processImpl() 339 } else if (debug != null) { in processImpl() 340 debug.println("processSignature unsigned name = "+name); in processImpl() 376 if (debug != null) { in verifyManifestHash() 377 debug.println("Signature File: Manifest digest " + in verifyManifestHash() 379 debug.println( " sigfile " + toHex(expectedHash)); in verifyManifestHash() 380 debug.println( " computed " + toHex(computedHash)); in verifyManifestHash() 381 debug.println(); in verifyManifestHash() [all …]
|
D | DisabledAlgorithmConstraints.java | 49 private static final Debug debug = Debug.getInstance("certpath"); field in DisabledAlgorithmConstraints 249 if (debug != null) { in Constraints() 250 debug.println("Constraints: " + constraintEntry); in Constraints() 281 if (debug != null) { in Constraints() 282 debug.println("Constraints set to keySize: " + in Constraints() 290 if (debug != null) { in Constraints() 291 debug.println("Constraints set to jdkCA."); in Constraints() 333 if (debug != null) { in permits() 334 debug.println("keySizeConstraint: failed key " + in permits() 348 if (debug != null) { in permits() [all …]
|
D | AnchorCertificates.java | 45 private static final Debug debug = Debug.getInstance("certpath"); field in AnchorCertificates 74 if (debug != null) { in AccessController.doPrivileged() 75 debug.println("Error parsing cacerts"); in AccessController.doPrivileged() 93 if (result && debug != null) { in contains() 94 debug.println("AnchorCertificate.contains: matched " + in contains()
|
/libcore/ojluni/src/main/java/sun/security/jca/ |
D | ProviderConfig.java | 45 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() 227 if (debug != null) { in doLoadProvider() 228 debug.println("Error loading provider " + ProviderConfig.this); in doLoadProvider() 261 if (debug != null) { 262 debug.println("Loaded provider " + obj); 266 if (debug != null) { [all …]
|
/libcore/ojluni/src/main/java/java/security/ |
D | Provider.java | 104 private static final sun.security.util.Debug debug = field in Provider 217 if (debug != null) { in clear() 218 debug.println("Remove " + name + " provider properties"); in clear() 234 if (debug != null) { in load() 235 debug.println("Load " + name + " provider properties"); in load() 252 if (debug != null) { in putAll() 253 debug.println("Put all " + name + " provider properties"); in putAll() 329 if (debug != null) { in put() 330 debug.println("Set " + name + " provider property [" + in put() 356 if (debug != null) { in putIfAbsent() [all …]
|
D | SecureClassLoader.java | 55 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()
|