Home | History | Annotate | Download | only in certpath

Lines Matching refs:debug

46 import sun.security.util.Debug;
65 private static final Debug debug = Debug.getInstance("certpath");
113 if (debug != null) {
114 debug.println("ForwardBuilder.getMatchingCerts()...");
148 if (debug != null) {
149 debug.println("ForwardBuilder.getMatchingEECerts()...");
192 if (debug != null) {
193 debug.println("ForwardBuilder.getMatchingCACerts()...");
212 if (debug != null) {
213 debug.println("ForwardBuilder.getMatchingCACerts(): " +
287 if (debug != null) {
288 debug.println("ForwardBuilder.getMatchingCACerts: " +
291 Debug.toHexString(trustedCert.getSerialNumber()) +
342 if (debug != null) {
344 debug.println("ForwardBuilder.getMatchingCACerts: found " +
380 if (debug != null) {
381 debug.println("exception getting certs from CertStore:");
500 if (debug != null) {
501 debug.println(METHOD_NME + " o1 Issuer: " + cIssuer1);
502 debug.println(METHOD_NME + " o2 Issuer: " + cIssuer2);
508 if (debug != null) {
509 debug.println(METHOD_NME + " MATCH TRUSTED SUBJECT TEST...");
514 if (debug != null) {
515 debug.println(METHOD_NME + " m1: " + m1);
516 debug.println(METHOD_NME + " m2: " + m2);
529 if (debug != null) {
530 debug.println(METHOD_NME + " NAMING DESCENDANT TEST...");
538 if (debug != null) {
539 debug.println(METHOD_NME +" distanceTto1: " + distanceTto1);
540 debug.println(METHOD_NME +" distanceTto2: " + distanceTto2);
560 if (debug != null) {
561 debug.println(METHOD_NME + " NAMING ANCESTOR TEST...");
570 if (debug != null) {
571 debug.println(METHOD_NME +" distanceTto1: " + distanceTto1);
572 debug.println(METHOD_NME +" distanceTto2: " + distanceTto2);
593 if (debug != null) {
594 debug.println(METHOD_NME +" SAME NAMESPACE AS TRUSTED TEST...");
600 if (debug != null) {
601 debug.println(METHOD_NME +" tAo1: " + String.valueOf(tAo1));
602 debug.println(METHOD_NME +" tAo2: " + String.valueOf(tAo2));
610 if (debug != null) {
611 debug.println(METHOD_NME +" hopsTto1: " + hopsTto1);
612 debug.println(METHOD_NME +" hopsTto2: " + hopsTto2);
632 if (debug != null) {
633 debug.println(METHOD_NME+" CERT ISSUER/SUBJECT COMPARISON TEST...");
640 if (debug != null) {
641 debug.println(METHOD_NME + " o1 Subject: " + cSubject1);
642 debug.println(METHOD_NME + " o2 Subject: " + cSubject2);
648 if (debug != null) {
649 debug.println(METHOD_NME + " distanceStoI1: " + distanceStoI1);
650 debug.println(METHOD_NME + " distanceStoI2: " + distanceStoI2);
660 if (debug != null) {
661 debug.println(METHOD_NME + " no tests matched; RETURN 0");
697 if (debug != null) {
698 debug.println("ForwardBuilder.verifyCert(SN: "
699 + Debug.toHexString(cert.getSerialNumber())
719 if (debug != null) {
720 debug.println("loop detected!!");
889 if (debug != null) {
890 debug.println("ForwardBuilder.isPathCompleted() invalid "
895 if (debug != null) {
896 debug.println("ForwardBuilder.isPathCompleted() " +