Searched defs:debug (Results 1 - 25 of 62) 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 DOCSPRequest.java79 private static final Debug debug = Debug.getInstance("certpath"); field in class:OCSPRequest
80 private static final boolean dump = debug != null && Debug.isOn("ocsp");
142 debug.println("OCSPRequest bytes...\n\n" +
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 DSunCertPathBuilderResult.java39 * by the algorithm. It also contains the trust anchor and debug information
52 private static final Debug debug = Debug.getInstance("certpath"); field in class:SunCertPathBuilderResult
65 * @param adjList an Adjacency list containing debug information
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 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 DVertex.java51 private static final Debug debug = Debug.getInstance("certpath"); field in class:Vertex
141 if (debug != null) {
142 debug.println("Vertex.certToString() unexpected exception");
188 if (debug != null) {
189 debug.println("Vertex.certToString() unexpected exception");
H A DCertId.java60 private static final boolean debug = false; field in class:CertId
104 if (debug) {
166 if (debug) {
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 DForwardState.java56 private static final Debug debug = Debug.getInstance("certpath"); field in class:ForwardState
208 if (debug != null) {
209 debug.println("ForwardState.updateState() unexpected "
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/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) {
/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("");
H A DKeyFactory.java121 private static final Debug debug = field in class:KeyFactory
/libcore/ojluni/src/main/java/sun/security/ssl/
H A DTrustManagerFactoryImpl.java40 private static final Debug debug = Debug.getInstance("ssl"); field in class:TrustManagerFactoryImpl
54 if (debug != null && Debug.isOn("trustmanager")) {
59 if (debug != null && Debug.isOn("trustmanager")) {
65 if (debug != null && Debug.isOn("trustmanager")) {
71 if (debug != null && Debug.isOn("trustmanager")) {
194 if (debug != null && Debug.isOn(dbgname)) {
206 if (debug != null && Debug.isOn(dbgname)) {
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")) {
/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/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/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/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();
/libcore/ojluni/src/main/java/sun/security/x509/
H A DInhibitAnyPolicyExtension.java67 private static final Debug debug = Debug.getInstance("certpath"); field in class:InhibitAnyPolicyExtension
/libcore/ojluni/src/main/java/java/security/cert/
H A DX509CRLSelector.java79 private static final Debug debug = Debug.getInstance("certpath"); field in class:X509CRLSelector
613 if (debug != null) {
614 debug.println("X509CRLSelector.match: issuer DNs "
625 if (debug != null) {
626 debug.println("X509CRLSelector.match: no CRLNumber");
637 if (debug != null) {
638 debug.println("X509CRLSelector.match: exception in "
647 if (debug != null) {
648 debug.println("X509CRLSelector.match: CRLNumber too small");
657 if (debug !
[all...]
/libcore/ojluni/src/main/java/javax/crypto/
H A DKeyAgreement.java92 private static final Debug debug = field in class:KeyAgreement
273 // max number of debug warnings to print from chooseFirstProvider()
289 if (debug != null) {
292 debug.println("KeyAgreement.init() not first method "
295 debug.println("Further warnings of this type will "
H A DMac.java141 private static final Debug debug = field in class:Mac
309 // max number of debug warnings to print from chooseFirstProvider()
325 if (debug != null) {
328 debug.println("Mac.init() not first method "
331 debug.println("Further warnings of this type will "
/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...]

Completed in 482 milliseconds

123